1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +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
fi
i=$(expr $i + 1)
i=$(expr "$i" + 1)
done
return 1
}