From cf10439e57ac1dde81625f99667ea56d911b3891 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 7 Apr 2026 17:50:53 -0600 Subject: [PATCH] Fix the switch_branch condition --- debian/resources/switch/source-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index 6bc75ba..ed260c7 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -48,7 +48,7 @@ apt install -y sqlite3 unzip CWD=$(pwd) #install the following dependencies if the switch version is greater than 1.10.0 -if [ ."$switch_branch = ."master" ] || [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then +if [ ."$switch_branch" = ."master" ] || [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then # libks build-requirements apt install -y cmake uuid-dev