updateupdate
This commit is contained in:
@@ -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