1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-23 06:12:56 +00:00
This commit is contained in:
neilpang
2018-02-15 10:51:13 +08:00
parent b51ed9bbb7
commit ce6c7d4b59
+1 -6
View File
@@ -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 ##################################