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

9 lines
272 B
Bash
Raw Normal View History

2017-04-24 23:31:25 +02:00
#!/bin/sh
#setup owner and group, permissions and sticky
2017-03-25 22:14:21 +01:00
chown -R www:www /usr/local/freeswitch
chmod -R ug+rw /usr/local/freeswitch
2017-03-25 22:14:21 +01:00
#touch /var/log/freeswitch/freeswitch.log
#chown -R www:www /var/log/freeswitch
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;