1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-10 17:36:10 +00:00

Add DNS API for ClouDNS

This commit is contained in:
boyanpeychev 2017-03-14 15:12:02 +02:00
parent 3d8598654c
commit ac11ba3d60

View File

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