Update dns_wts.sh

This commit is contained in:
LukasWRN 2025-05-26 20:49:33 +02:00 committed by GitHub
parent 9b139d0321
commit 64773ae9d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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