mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 03:52:10 +08:00
Spaceship: i starts from 1
This commit is contained in:
@@ -143,7 +143,7 @@ _get_root() {
|
||||
|
||||
_debug "Detecting root zone for '$domain'"
|
||||
|
||||
i=2
|
||||
i=1
|
||||
p=1
|
||||
while true; do
|
||||
_cutdomain=$(printf "%s" "$domain" | cut -d . -f "$i"-100)
|
||||
|
||||
Reference in New Issue
Block a user