use system_branch variable

This commit is contained in:
FusionPBX 2024-08-24 09:43:21 -06:00 committed by GitHub
parent 35a9d4df82
commit 4e0fba4cb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ if [ .$system_branch = .'master' ]; then
verbose "Using master" verbose "Using master"
branch="" branch=""
else else
verbose "Using version $system_version" verbose "Using version $system_branch"
branch="-b $system_version" branch="-b $system_branch"
fi fi
#add the cache directory #add the cache directory