From df19549c9fe0e97d2d69c3d786b72173e4d16a59 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 11 Aug 2016 01:02:49 -0600 Subject: [PATCH] Update source-permissions.sh --- debian/resources/switch/source-permissions.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/resources/switch/source-permissions.sh b/debian/resources/switch/source-permissions.sh index 05676f6..829349e 100755 --- a/debian/resources/switch/source-permissions.sh +++ b/debian/resources/switch/source-permissions.sh @@ -1,8 +1,4 @@ -#add users to the groups -usermod -a -G freeswitch www-data -usermod -a -G www-data freeswitch - #setup owner and group, permissions and sticky -chown -R freeswitch:freeswitch /usr/local/freeswitch +chown -R www-data:www-data /usr/local/freeswitch chmod -R ug+rw /usr/local/freeswitch find /usr/local/freeswitch -type d -exec chmod 2770 {} \;