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 {} \;