Update switch.sh

This commit is contained in:
FusionPBX
2017-04-23 03:15:13 -06:00
committed by GitHub
parent 5a79599a96
commit 9d984eb99d

View File

@@ -6,6 +6,7 @@ cd "$(dirname "$0")"
#includes
. ./config.sh
#install source
if [ .$switch_source = .true ]; then
if [ ."$switch_branch" = "master" ]; then
switch/source-master.sh
@@ -23,6 +24,7 @@ if [ .$switch_source = .true ]; then
switch/source-systemd.sh
fi
#install packages
if [ .$switch_package = .true ]; then
if [ ."$switch_branch" = "master" ]; then
if [ .$switch_package_all = .true ]; then