|
@@ -1,6 +1,5 @@
|
|
#setup owner and group, permissions and sticky
|
|
#setup owner and group, permissions and sticky
|
|
-chown -R www-data:www-data /usr/local/freeswitch
|
|
|
|
chmod -R ug+rw /usr/local/freeswitch
|
|
chmod -R ug+rw /usr/local/freeswitch
|
|
-touch /var/log/freeswitch/freeswitch.log
|
|
|
|
-chown -R www-data:www-data /var/log/freeswitch
|
|
|
|
|
|
+touch /usr/local/freeswitch/freeswitch.log
|
|
|
|
+chown -R www-data:www-data /usr/local/freeswitch
|
|
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
|
|
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
|