mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-07-27 09:57:22 +00:00
Merge pull request #3403 from manuelm/dev
dnsapi/pdns: also normalize json response in detecting root zone
This commit is contained in:
commit
29a7c1938a
@ -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…
Reference in New Issue
Block a user