]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[UTILS] Add additional token prefix (#2950)
authorSerhii Ivanov <11349489+s3rj1k@users.noreply.github.com>
Tue, 18 Nov 2025 22:37:49 +0000 (23:37 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 22:37:49 +0000 (01:37 +0300)
scripts/packaging/fsget.sh

index 5c15adcee45a799d81d4b79a060aebb2ad25e337..0ef9cc3bb6dae7eca37743015da0b6d159c6afad 100755 (executable)
@@ -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=""