Browse Source

Update fusionpbx.sh

FusionPBX 8 years ago
parent
commit
128ffd2767
1 changed files with 1 additions and 1 deletions
  1. 1 1
      freebsd/resources/fusionpbx.sh

+ 1 - 1
freebsd/resources/fusionpbx.sh

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