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 c950b67 commit a9f96bfCopy full SHA for a9f96bf
dnsapi/dns_cf.sh
@@ -92,9 +92,9 @@ dns_cf_add() {
92
if _contains "$response" "$txtvalue"; then
93
_info "Added, OK"
94
return 0
95
- elif _contains "$response" "The record already exists" \
96
- || _contains "$response" "An identical record already exists." \
97
- || _contains "$response" '"code":81058'; then
+ elif _contains "$response" "The record already exists" ||
+ _contains "$response" "An identical record already exists." ||
+ _contains "$response" '"code":81058'; then
98
_info "Already exists, OK"
99
100
else
0 commit comments