forked from norman/fusionpbx-install.sh-github-mirror
Remove systemd from switch.sh and update config.sh
This commit is contained in:
@@ -6,8 +6,7 @@ system_branch=stable # master, stable
|
||||
|
||||
# FreeSWITCH Settings
|
||||
switch_branch=stable # master, stable
|
||||
switch_source=false # true or false
|
||||
switch_package=true # true or false
|
||||
switch_source=true # true
|
||||
|
||||
# Database Settings
|
||||
database_password=random # random or as a pre-set value
|
||||
@@ -15,4 +14,4 @@ database_repo=official # PostgresSQL official, system, 2ndquadrant
|
||||
database_backup=false # true or false
|
||||
|
||||
# General Settings
|
||||
php_version=5 # PHP version 5 or 7
|
||||
php_version=7 # PHP version 5 or 7
|
||||
|
||||
Reference in New Issue
Block a user