From a0280f5bf0d12e574c0d7f600d481450859b8c7f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 28 Nov 2019 03:42:39 -0700 Subject: [PATCH] Update fusionpbx.sh --- centos/resources/fusionpbx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/centos/resources/fusionpbx.sh b/centos/resources/fusionpbx.sh index 9255858..441cf24 100755 --- a/centos/resources/fusionpbx.sh +++ b/centos/resources/fusionpbx.sh @@ -37,6 +37,8 @@ chown -R freeswitch:daemon /var/cache/fusionpbx #get the source code git clone $BRANCH https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx +chmod -R 554 /var/www/fusionpbx +chmod -R 554 /var/www/fusionpbx/secure #send a message verbose "FusionPBX Installed"