mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-16 05:52:44 +00:00
Fix root zone determination for Variomedia API
This commit is contained in:
parent
ae4c186f55
commit
dfd49e46ad
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user