1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-18 13:26:12 +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

View File

@ -126,7 +126,7 @@ _dns_cloudns_get_zone_name() {
return 0
fi
i=$(($i + 1))
i=$((${i} + 1))
done
return 1
}