Files
fusionpbx-install.sh/debian/resources/switch/source-permissions.sh
T

7 lines
277 B
Bash
Raw Normal View History

2016-05-26 11:55:14 +01:00
#setup owner and group, permissions and sticky
chmod -R ug+rw /usr/local/freeswitch
2017-07-06 10:39:30 -06:00
touch /usr/local/freeswitch/freeswitch.log
chown -R www-data:www-data /usr/local/freeswitch
2016-05-26 11:55:14 +01:00
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
2019-11-28 04:59:56 -07:00
chmod -R 554 /usr/local/freeswitch/scripts