diff --git a/centos/resources/fusionpbx.sh b/centos/resources/fusionpbx.sh index 441cf24..b0a0630 100755 --- a/centos/resources/fusionpbx.sh +++ b/centos/resources/fusionpbx.sh @@ -37,8 +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 +chmod -R 744 /var/www/fusionpbx +chmod -R 755 /var/www/fusionpbx/secure #send a message verbose "FusionPBX Installed"