Commit ce6c7d4b authored by neilpang's avatar neilpang
Browse files

fix dp

parent b51ed9bb
...@@ -93,12 +93,7 @@ add_record() { ...@@ -93,12 +93,7 @@ add_record() {
return 1 return 1
fi fi
if _contains "$response" "Action completed successful"; then _contains "$response" "Action completed successful" || _contains "$response" "Domain record already exists"
return 0
fi
return 1 #error
} }
#################### Private functions below ################################## #################### Private functions below ##################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment