Browse Source

Merge b00745637e into d102943a32

pull/3436/merge
Saber Mesgari 3 years ago
committed by GitHub
parent
commit
cd96eb2c15
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_arvan.sh

2
dnsapi/dns_arvan.sh

@ -40,7 +40,7 @@ dns_arvan_add() {
_info "response id is $response"
_info "Added, OK"
return 0
elif _contains "$response" "Record Data is Duplicated"; then
elif _contains "$response" "DNS Record Data is duplicate."; then
_info "Already exists, OK"
return 0
else

Loading…
Cancel
Save