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

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