We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1519745 commit 25c564bCopy full SHA for 25c564b
dnsapi/dns_ovh.sh
@@ -201,7 +201,7 @@ dns_ovh_rm() {
201
if ! _ovh_rest GET "domain/zone/$_domain/record/$rid"; then
202
return 1
203
fi
204
- if _contains "$response" "\"target\":\"$txtvalue\""; then
+ if _contains "$response" "$txtvalue"; then
205
_debug "Found txt id:$rid"
206
if ! _ovh_rest DELETE "domain/zone/$_domain/record/$rid"; then
207
0 commit comments