Files
fusionpbx-install.sh/freebsd/resources/switch/source-permissions.sh
2019-11-28 05:00:27 -07:00

10 lines
315 B
Bash
Executable File

#!/bin/sh
#setup owner and group, permissions and sticky
chown -R www:www /usr/local/freeswitch
chmod -R ug+rw /usr/local/freeswitch
#touch /var/log/freeswitch/freeswitch.log
#chown -R www:www /var/log/freeswitch
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
chmod -R 554 /usr/local/freeswitch/scripts