]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Update dns_fornex.sh
authorneil <github@neilpang.com>
Fri, 25 Mar 2022 07:48:17 +0000 (15:48 +0800)
committerGitHub <noreply@github.com>
Fri, 25 Mar 2022 07:48:17 +0000 (15:48 +0800)
dnsapi/dns_fornex.sh

index 80fb68e9fb08540fdfeaa6855c66ff3f3ef9e4df..1910f332bd43b2ae66ddcb54a28e8e0b31d2ef12 100644 (file)
@@ -81,7 +81,7 @@ dns_fornex_rm() {
 _get_root() {
   domain=$1
 
-  i=2
+  i=1
   while true; do
     h=$(printf "%s" "$domain" | cut -d . -f $i-100)
     _debug h "$h"