Browse Source

Update fusionpbx.sh

FusionPBX 8 năm trước cách đây
mục cha
commit
2016e94819
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      freebsd/resources/fusionpbx.sh

+ 2 - 0
freebsd/resources/fusionpbx.sh

@@ -3,6 +3,7 @@
 #move to script directory so all relative paths work
 #move to script directory so all relative paths work
 cd "$(dirname "$0")"
 cd "$(dirname "$0")"
 
 
+#includes
 . ./config.sh
 . ./config.sh
 . ./colors.sh
 . ./colors.sh
 
 
@@ -12,6 +13,7 @@ verbose "Installing FusionPBX"
 #install dependencies
 #install dependencies
 pkg install --yes git ghostscript9-base tiff
 pkg install --yes git ghostscript9-base tiff
 
 
+#set the version
 if [ .$system_branch = .'master' ]; then
 if [ .$system_branch = .'master' ]; then
 	verbose "Using master"
 	verbose "Using master"
 	branch=""
 	branch=""