We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2062d2c commit 4c93f3cCopy full SHA for 4c93f3c
scripts/packaging/fsget.sh
@@ -81,7 +81,7 @@ source_os_release
81
if [ "${ID,,}" = "debian" ]; then
82
ARCH=$(dpkg --print-architecture)
83
84
- if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* ]]; then
+ if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* || ${TOKEN} == not_a_real_token_but_a_dummy_token_* ]]; then
85
DOMAIN="freeswitch.signalwire.com"
86
GPG_KEY="/usr/share/keyrings/signalwire-freeswitch-repo.gpg"
87
RPI=""
0 commit comments