Merge b00745637e3dd494741b01606e8e5540b7e30322 into d102943a324ba85992c8a7703152f2aedf35bbcc

This commit is contained in:
Saber Mesgari 2022-11-09 19:04:00 +01:00 committed by GitHub
commit cd96eb2c15
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