From 49c0a951c9525d81e2a22336bf803bb4a3aa0703 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 19 Jun 2019 08:32:47 -0600 Subject: [PATCH] Update config.sh --- debian/resources/config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index 88af9b2..414da44 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -3,12 +3,12 @@ domain_name=ip_address # hostname, ip_address or a custom value system_username=admin # default username admin system_password=random # random or a custom value -system_branch=stable # master, stable +system_branch=master # 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 or false +switch_package=false # true or false switch_version=1.8.4 # only for source switch_tls=true # true or false