1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-23 14:22:58 +00:00

Add DNS API for ClouDNS

This commit is contained in:
boyanpeychev
2017-03-14 14:26:57 +02:00
parent 0dd6377fe6
commit a15f87ae39
+1 -1
View File
@@ -127,7 +127,7 @@ _dns_cloudns_get_zone_name() {
return 0 return 0
fi fi
i=$(expr $i + 1) i=$(expr "$i" + 1)
done done
return 1 return 1
} }