Update package-permissions.sh
This commit is contained in:
parent
c9cb056a23
commit
8123a6c144
|
|
@ -1,8 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#setup owner and group, permissions and sticky
|
#includes
|
||||||
#chown -R www:www /usr/local/freeswitch
|
. ./config.sh
|
||||||
#chmod -R ug+rw /usr/local/freeswitch
|
|
||||||
#touch /var/log/freeswitch/freeswitch.log
|
#default permissions
|
||||||
#chown -R www:www /var/log/freeswitch
|
chown -R www:www /usr/local/etc/freeswitch
|
||||||
#find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
|
chown -R www:www /var/lib/freeswitch
|
||||||
|
chown -R www:www /usr/local/share/freeswitch
|
||||||
|
chown -R www:www /var/log/freeswitch
|
||||||
|
chown -R www:www /var/run/freeswitch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue