mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
fix: start zone detection from i=1 per acme.sh convention
This commit is contained in:
parent
713251c65b
commit
9c245eb37a
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ _get_zone() {
|
|||
domain=$(echo "$1" | sed 's/\.$//')
|
||||
_debug "Finding zone for: $domain"
|
||||
|
||||
i=2
|
||||
i=1
|
||||
p=1
|
||||
while true; do
|
||||
h=$(printf "%s" "$domain" | cut -d . -f "$i"-100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue