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.
8 lines
349 B
Bash
Executable File
8 lines
349 B
Bash
Executable File
#default permissions
|
|
# Devaun packages set this up correctly
|
|
#chown -R freeswitch:freeswitch /var/lib/freeswitch
|
|
|
|
# I'm not sure this is the best place to put non-packaged files - leaving it as is for now
|
|
chown -R freeswitch:freeswitch /usr/share/freeswitch
|
|
touch /var/log/freeswitch/freeswitch.log
|
|
chown -R freeswitch:freeswitch /var/log/freeswitch |