fusionpbx-install.sh/ubuntu/resources/switch/source-permissions.sh

6 lines
234 B
Bash
Raw Normal View History

2019-06-03 14:48:27 +02:00
#setup owner and group, permissions and sticky
chmod -R ug+rw /usr/local/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 {} \;