mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-14 14:52:50 +00:00
fix spellcheck
This commit is contained in:
parent
1967a5db64
commit
834dacf115
@ -105,7 +105,6 @@ dns_vultr_rm() {
|
||||
_get_root() {
|
||||
domain=$1
|
||||
i=1
|
||||
p=1
|
||||
while true; do
|
||||
h=$(printf "%s" "$domain" | cut -d . -f $i-100)
|
||||
_debug h "$h"
|
||||
@ -130,7 +129,6 @@ _get_root() {
|
||||
_err "$response"
|
||||
return 1
|
||||
fi
|
||||
p=$i
|
||||
i=$(_math "$i" + 1)
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user