mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-16 11:52:01 +00:00
[UTILS] FSGET: Add additional token prefix
This commit is contained in:
parent
e48b99c884
commit
051dea738d
BIN
.github/docker/debian/trixie/amd64/.DS_Store
vendored
Normal file
BIN
.github/docker/debian/trixie/amd64/.DS_Store
vendored
Normal file
Binary file not shown.
@ -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_* ]]; then
|
if [[ ${TOKEN} == pat_* || ${TOKEN} == ghapat_* ]]; 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=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user