LukasWRN
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
dnsapi/dns_wts.sh
|
|
@ -176,6 +176,7 @@ _WTS_rest() { |
|
|
_debug2 response "$_response" |
|
|
_debug2 response "$_response" |
|
|
|
|
|
|
|
|
if _contains "$_response" '"error_desc":"Error while deleting dns-record."'; then |
|
|
if _contains "$_response" '"error_desc":"Error while deleting dns-record."'; then |
|
|
|
|
|
_err "Error while deleting dns-record" |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|