1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-22 22:02:53 +00:00
This commit is contained in:
neil
2016-05-23 13:32:50 +08:00
parent 8d5618c44a
commit bb276fc985
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ dns_dp_add() {
return 1
fi
if [ "$count" == "0" ] ; then
if [ "$count" = "0" ] ; then
add_record $_domain $_sub_domain $txtvalue
else
update_record $_domain $_sub_domain $txtvalue