fusionpbx-ldap/Install_Scripts/debian/resources/switch/source-permissions.sh

6 lines
234 B
Bash
Raw Normal View History

2022-09-05 13:34:53 +00: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 {} \;