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

6 lines
234 B
Bash
Raw Normal View History

#setup owner and group, permissions and sticky
chmod -R ug+rw /usr/local/freeswitch
2017-07-06 18:39:30 +02:00
touch /usr/local/freeswitch/freeswitch.log
chown -R www-data:www-data /usr/local/freeswitch
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;