forked from norman/fusionpbx-install.sh-github-mirror
* adding devuan * add devaun desc to README make update and upgrade more noisy correct path for devuan in pre-install * some untested code for the source install - source installation is broken in Debian installation script and I have not debugged the problem. Focusing on the packaged version first.
7 lines
279 B
Bash
Executable File
7 lines
279 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
|
|
touch /var/log/freeswitch/freeswitch.log
|
|
chown -R www-data:www-data /var/log/freeswitch
|
|
find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
|