From 48e669a724c46d5b9dff3acd2589deb48b868e51 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 6 Dec 2019 23:49:15 -0700 Subject: [PATCH] Update fusionpbx.sh --- debian/resources/fusionpbx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/resources/fusionpbx.sh b/debian/resources/fusionpbx.sh index 14868e8..01be3b1 100755 --- a/debian/resources/fusionpbx.sh +++ b/debian/resources/fusionpbx.sh @@ -33,4 +33,5 @@ chown -R www-data:www-data /var/cache/fusionpbx #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 744 /var/www/fusionpbx chmod -R 755 /var/www/fusionpbx/secure