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

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