forked from norman/fusionpbx-install.sh-github-mirror
13 lines
305 B
Bash
Executable File
13 lines
305 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#includes
|
|
. ./config.sh
|
|
|
|
#default permissions
|
|
chown -R www:www /usr/local/etc/freeswitch
|
|
chown -R www:www /var/lib/freeswitch
|
|
chown -R www:www /usr/local/share/freeswitch
|
|
chown -R www:www /var/log/freeswitch
|
|
chown -R www:www /var/run/freeswitch
|
|
chmod -R 554 /usr/local/share/freeswitch/scripts
|