Update Ubuntu source-permissions.sh
This commit is contained in:
parent
e1e3ab5ce0
commit
b837c958e7
|
|
@ -1,5 +1,7 @@
|
||||||
#setup owner and group, permissions and sticky
|
#default permissions
|
||||||
chmod -R ug+rw /usr/local/freeswitch
|
chown -R www-data:www-data /etc/freeswitch
|
||||||
touch /usr/local/freeswitch/freeswitch.log
|
chown -R www-data:www-data /var/lib/freeswitch
|
||||||
chown -R www-data:www-data /usr/local/freeswitch
|
chown -R www-data:www-data /usr/share/freeswitch
|
||||||
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
|
chown -R www-data:www-data /var/log/freeswitch
|
||||||
|
chown -R www-data:www-data /var/run/freeswitch
|
||||||
|
chown -R www-data:www-data /var/cache/fusionpbx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue