From 2829b32b31cb4b49b167f934a67c91401cb65046 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 6 Dec 2019 23:51:04 -0700 Subject: [PATCH] Update fusionpbx.sh --- devuan/resources/fusionpbx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devuan/resources/fusionpbx.sh b/devuan/resources/fusionpbx.sh index 6b172f9..396d907 100755 --- a/devuan/resources/fusionpbx.sh +++ b/devuan/resources/fusionpbx.sh @@ -30,5 +30,5 @@ fi #get the source code git clone $branch https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx chown -R www-data:www-data /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