From 0f61e19ed913a152a9ad569e191fb2a44e404432 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 18 May 2026 19:25:46 +0000 Subject: [PATCH] Fix conditional syntax in source-release.sh --- debian/resources/switch/source-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index 9b58ac5..26edc63 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -127,7 +127,7 @@ if [ ."$switch_branch" != ."master" ] && [ ."$switch_branch" = ."stable" ]; then # Get the stable branch git checkout v$switch_version - end + fi # Get the source code using git if [ ."$switch_version" == ."1.10.12" ]; then @@ -138,7 +138,7 @@ if [ ."$switch_branch" != ."master" ] && [ ."$switch_branch" = ."stable" ]; then # Get the stable branch git checkout $switch_version - end + fi # Reset repo just-in-case we are rebuilding #git reset --hard origin/master && git clean -fdx