From 6f0b9f75c37f39ab3783c073e1e68f4702bf4c69 Mon Sep 17 00:00:00 2001 From: Tom Sommer Date: Tue, 24 Aug 2021 09:33:37 +0200 Subject: [PATCH] Update dns_simplycom.sh --- dnsapi/dns_simplycom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_simplycom.sh b/dnsapi/dns_simplycom.sh index efe7ee88..41e29151 100644 --- a/dnsapi/dns_simplycom.sh +++ b/dnsapi/dns_simplycom.sh @@ -244,13 +244,13 @@ _simply_rest() { else 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"