Update fusionpbx.sh
This commit is contained in:
parent
c56521d63e
commit
a433df8dec
|
|
@ -16,7 +16,7 @@ apt-get install -y --force-yes vim git dbus haveged ssl-cert
|
|||
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools
|
||||
|
||||
#get the branch
|
||||
if [ .$system_branch = "master" ]; then
|
||||
if [ .$system_branch = .'master' ]; then
|
||||
verbose "Using master"
|
||||
branch=""
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue