From 296ca10552b2a7969405bfb49fa7cef2bec4de1f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Apr 2017 17:19:55 -0600 Subject: [PATCH] Update switch.sh --- freebsd/resources/switch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freebsd/resources/switch.sh b/freebsd/resources/switch.sh index 485b4b6..21ac282 100755 --- a/freebsd/resources/switch.sh +++ b/freebsd/resources/switch.sh @@ -7,7 +7,7 @@ cd "$(dirname "$0")" . ./config.sh #install the package -if [ .$switch_source = "package" ]; then +if [ .$switch_source = ."package" ]; then #run the package install switch/package-release.sh @@ -19,7 +19,7 @@ if [ .$switch_source = "package" ]; then fi #install from source -if [ .$switch_source = "source" ]; then +if [ .$switch_source = ."source" ]; then #compile the source if [ ."$switch_branch" = "master" ]; then switch/source-master.sh