Files
fusionpbx-install.sh/debian/resources/switch/source-permissions.sh
2016-08-11 01:02:49 -06:00

5 lines
191 B
Bash
Executable File

#setup owner and group, permissions and sticky
chown -R www-data:www-data /usr/local/freeswitch
chmod -R ug+rw /usr/local/freeswitch
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;