mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 00:22:46 +00:00
Update dns_simplycom.sh
This commit is contained in:
parent
2c9273b4de
commit
6f0b9f75c3
@ -245,13 +245,13 @@ _simply_rest() {
|
||||
response="$(_get "$SIMPLY_Api/$SIMPLY_AccountName/$SIMPLY_ApiKey/$ep")"
|
||||
fi
|
||||
|
||||
response="$(echo "$response" | _normalizeJson)"
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
_err "error $ep"
|
||||
return 1
|
||||
fi
|
||||
|
||||
response="$(echo "$response" | _normalizeJson)"
|
||||
|
||||
_debug2 response "$response"
|
||||
|
||||
if _contains "$response" "Invalid account authorization"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user