Browse Source

dnsapi/pdns: also normalize json response in detecting root zone

pull/3392/head
manuel 4 years ago
committed by Alexander Kulumbeg
parent
commit
016dca654e
  1. 2
      dnsapi/dns_pdns.sh

2
dnsapi/dns_pdns.sh

@ -175,7 +175,7 @@ _get_root() {
i=1
if _pdns_rest "GET" "/api/v1/servers/$PDNS_ServerId/zones"; then
_zones_response="$response"
_zones_response=$(echo "$response" | _normalizeJson)
fi
while true; do

Loading…
Cancel
Save