Update fusionpbx.sh

This commit is contained in:
FusionPBX
2017-05-10 13:56:54 -06:00
committed by GitHub
parent a433df8dec
commit 4601021900

View File

@@ -14,7 +14,7 @@ verbose "Installing FusionPBX"
apt-get install -qq -y git dbus haveged ssl-cert
apt-get install -qq -y ghostscript libtiff5-dev libtiff-tools
if [ .$system_branch = "master" ]; then
if [ .$system_branch = .'master' ]; then
verbose "Using master"
branch=""
else