mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-12-19 03:37:46 +00:00
[UTILS] Add additional token prefix (#2950)
This commit is contained in:
@@ -81,7 +81,7 @@ source_os_release
|
|||||||
if [ "${ID,,}" = "debian" ]; then
|
if [ "${ID,,}" = "debian" ]; then
|
||||||
ARCH=$(dpkg --print-architecture)
|
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"
|
DOMAIN="freeswitch.signalwire.com"
|
||||||
GPG_KEY="/usr/share/keyrings/signalwire-freeswitch-repo.gpg"
|
GPG_KEY="/usr/share/keyrings/signalwire-freeswitch-repo.gpg"
|
||||||
RPI=""
|
RPI=""
|
||||||
|
|||||||
Reference in New Issue
Block a user