From 66ae26f28f3c56360e4015c5c00d05c9659db0c7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 28 Mar 2020 19:16:21 -0600 Subject: [PATCH] Update switch.sh --- debian/resources/switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch.sh b/debian/resources/switch.sh index 537a153..d74dfe9 100755 --- a/debian/resources/switch.sh +++ b/debian/resources/switch.sh @@ -5,7 +5,7 @@ cd "$(dirname "$0")" #includes . ./config.sh -. ./resources/environment.sh +. ./environment.sh if [ .$switch_source = .true ]; then if [ ."$switch_branch" = "master" ]; then