Browse Source

Update dns_simplycom.sh

pull/3673/head
Tom Sommer 4 years ago
committed by GitHub
parent
commit
6f0b9f75c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dnsapi/dns_simplycom.sh

4
dnsapi/dns_simplycom.sh

@ -244,13 +244,13 @@ _simply_rest() {
else else
response="$(_get "$SIMPLY_Api/$SIMPLY_AccountName/$SIMPLY_ApiKey/$ep")" response="$(_get "$SIMPLY_Api/$SIMPLY_AccountName/$SIMPLY_ApiKey/$ep")"
fi fi
response="$(echo "$response" | _normalizeJson)"
if [ "$?" != "0" ]; then if [ "$?" != "0" ]; then
_err "error $ep" _err "error $ep"
return 1 return 1
fi fi
response="$(echo "$response" | _normalizeJson)"
_debug2 response "$response" _debug2 response "$response"

Loading…
Cancel
Save