From 4c93f3ce2b459f497d01fd85626b57d5d1be2f5d Mon Sep 17 00:00:00 2001 From: Serhii Ivanov <11349489+s3rj1k@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:37:49 +0100 Subject: [PATCH] [UTILS] Add additional token prefix (#2950) --- 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 5c15adcee4..0ef9cc3bb6 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="" -- 2.47.3