mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
[UTILS] FSGET: Add additional token prefix
This commit is contained in:
@@ -81,7 +81,7 @@ source_os_release
|
||||
if [ "${ID,,}" = "debian" ]; then
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
|
||||
if [[ ${TOKEN} == pat_* ]]; then
|
||||
if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* ]]; then
|
||||
DOMAIN="freeswitch.signalwire.com"
|
||||
GPG_KEY="/usr/share/keyrings/signalwire-freeswitch-repo.gpg"
|
||||
RPI=""
|
||||
|
Reference in New Issue
Block a user