Update fusionpbx.sh

This commit is contained in:
FusionPBX 2017-05-10 13:56:24 -06:00 committed by GitHub
parent c56521d63e
commit a433df8dec
1 changed files with 1 additions and 1 deletions

View File

@ -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