2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 05:48:04 +00:00

Fix root zone determination for Variomedia API

This commit is contained in:
Tobias Grave 2023-09-14 09:15:08 +02:00
parent ae4c186f55
commit dfd49e46ad

View File

@ -94,7 +94,7 @@ dns_variomedia_rm() {
# _domain=domain.com
_get_root() {
domain=$1
i=2
i=1
p=1
while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100)