Update fusionpbx.sh

This commit is contained in:
FusionPBX 2016-11-25 22:17:09 -07:00 committed by GitHub
parent 922677a65e
commit 0a6f0ed346
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ verbose "Installing FusionPBX"
apt-get install -y --force-yes vim git dbus haveged ssl-cert
apt-get install -y --force-yes ghostscript libtiff5-dev libtiff-tools
if [ $USE_SYSTEM_MASTER == true ]; then
if [ $USE_SYSTEM_MASTER = true ]; then
verbose "Using master"
BRANCH=""
else