Update fusionpbx.sh (#434)

* Update fusionpbx.sh

4.4 branch is no longer available so this causes the script to fail

* changed to be just like Linux
This commit is contained in:
Antonio Fernandez 2024-07-14 11:50:21 -04:00 committed by GitHub
parent 6d76c2fe0b
commit 13e6cf2f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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