Update dns_arvan.sh

Update Duplicate DNS Record Message
This commit is contained in:
Saber Mesgari 2021-03-03 21:19:25 +03:30 committed by GitHub
parent c33e5bc40f
commit b00745637e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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