Explorar o código

Update fusionpbx.sh

FusionPBX %!s(int64=8) %!d(string=hai) anos
pai
achega
128ffd2767
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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