Browse Source

Update fusionpbx.sh

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

+ 4 - 0
centos/resources/fusionpbx.sh

@@ -31,6 +31,10 @@ else
 	BRANCH="-b $FUSION_VERSION"
 fi
 
+#add the cache directory
+mkdir -p /var/cache/fusionpbx
+chown -R freeswitch:daemon /var/cache/fusionpbx
+
 #get the source code
 git clone $BRANCH https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx