forked from norman/fusionpbx-install.sh-github-mirror
Update source-permissions.sh
This commit is contained in:
@@ -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
|
#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
|
chmod -R ug+rw /usr/local/freeswitch
|
||||||
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
|
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user