1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-25 07:05:34 +00:00

Add DNS API for ClouDNS

This commit is contained in:
boyanpeychev
2017-03-14 14:43:43 +02:00
parent 55a5da2102
commit 3d8598654c
+1 -1
View File
@@ -126,7 +126,7 @@ _dns_cloudns_get_zone_name() {
return 0 return 0
fi fi
i=$(($i + 1)) i=$((${i} + 1))
done done
return 1 return 1
} }