Browse Source

Update dns_wts.sh

pull/6376/head
LukasWRN 6 months ago
committed by GitHub
parent
commit
64773ae9d7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      dnsapi/dns_wts.sh

1
dnsapi/dns_wts.sh

@ -176,6 +176,7 @@ _WTS_rest() {
_debug2 response "$_response"
if _contains "$_response" '"error_desc":"Error while deleting dns-record."'; then
_err "Error while deleting dns-record"
return 1
fi

Loading…
Cancel
Save