updateupdate
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
action="${1:-}"
|
||||
FOLDER='/opt/idssys/ta-proxmenu'
|
||||
VERS='2026.7.28-7'
|
||||
VERS='2026.7.28-8'
|
||||
|
||||
noupdate=' '
|
||||
|
||||
|
||||
@@ -175,11 +175,6 @@ TAPM_AUTHORIZE() {
|
||||
echo -en "${idsCL[LightYellow]}Paste the TAPM deployment code: ${idsCL[Default]}"
|
||||
TAPM_READ_MASKED deploycode
|
||||
deploycode="${deploycode^^}"
|
||||
if [[ ! "$deploycode" =~ ^TAPM-[0-9A-HJKMNP-TV-Z]{5}-[0-9A-HJKMNP-TV-Z]{5}$ ]]; then
|
||||
unset deploycode
|
||||
echo -e "${idsCL[LightRed]}The TAPM deployment code is not valid.${idsCL[Default]}"
|
||||
return 1
|
||||
fi
|
||||
|
||||
host_fingerprint="$(sha256sum /etc/machine-id | cut -d' ' -f1)"
|
||||
exchange_response="$(
|
||||
|
||||
Reference in New Issue
Block a user