forked from norman/fusionpbx-install.sh-github-mirror
* added CentOS, Fedora, RHEL choices with minimal version check (recommited) * fixed small typos * added special option --use-php5-package * parse options and export new environment variable USE_PHP5_PACKAGE * added choice between php5* or php7.0* packages (recommited) * fixed php*-fpm service name and php.ini file path (recommited) * prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited) * added ppa:ondrej/php5-compat repo * added dependency ppa:ondrej/php repo and package software-properties-common * added execute permissions to ./centos/*.sh files
7 lines
254 B
Bash
Executable File
7 lines
254 B
Bash
Executable File
#default permissions
|
|
chown -R freeswitch:daemon /etc/freeswitch
|
|
chown -R freeswitch:daemon /var/lib/freeswitch
|
|
chown -R freeswitch:daemon /usr/share/freeswitch
|
|
chown -R freeswitch:daemon /var/log/freeswitch
|
|
chown -R freeswitch:daemon /var/run/freeswitch
|