Browse Source
Update dns_arvan.sh
Update Duplicate DNS Record Message
pull/3436/head
Saber Mesgari
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|