From 9460f36eb59280e9b14b2aa5a487c5d8e99cd363 Mon Sep 17 00:00:00 2001 From: s3rj1k Date: Tue, 18 Nov 2025 23:16:37 +0100 Subject: [PATCH] [UTILS] Add additional token prefix --- scripts/packaging/fsget.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/packaging/fsget.sh b/scripts/packaging/fsget.sh index 5c15adcee45..0ef9cc3bb6d 100755 --- a/scripts/packaging/fsget.sh +++ b/scripts/packaging/fsget.sh @@ -81,7 +81,7 @@ source_os_release if [ "${ID,,}" = "debian" ]; then ARCH=$(dpkg --print-architecture) - if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* ]]; then + if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* || ${TOKEN} == not_a_real_token_but_a_dummy_token_* ]]; then DOMAIN="freeswitch.signalwire.com" GPG_KEY="/usr/share/keyrings/signalwire-freeswitch-repo.gpg" RPI=""