Update fusionpbx.sh

This commit is contained in:
FusionPBX 2017-05-10 13:57:49 -06:00 committed by GitHub
parent e8fd2040e4
commit 128ffd2767
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ verbose "Installing FusionPBX"
#install dependencies #install dependencies
pkg install --yes git ghostscript9-base tiff pkg install --yes git ghostscript9-base tiff
if [ .$system_branch = "master" ]; then if [ .$system_branch = .'master' ]; then
verbose "Using master" verbose "Using master"
branch="" branch=""
else else