[UTILS] FSGET: Add additional token prefix

This commit is contained in:
s3rj1k 2025-07-14 19:27:28 +02:00 committed by s3rj1k
parent e48b99c884
commit 051dea738d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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=""