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"
branch=""
else
verbose "Using version $system_version"
branch="-b $system_version"
verbose "Using version $system_branch"
branch="-b $system_branch"
fi
#add the cache directory