Update fusionpbx.sh

4.4 branch is no longer available so this causes the script to fail
This commit is contained in:
Antonio Fernandez 2024-07-13 22:15:13 -04:00 committed by GitHub
parent 6d76c2fe0b
commit 9c0eedff02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if [ .$system_branch = .'master' ]; then
verbose "Using master"
branch=""
else
system_version=4.4
system_version=5.2
verbose "Using version $system_version"
branch="-b $system_version"
fi