neil 2020-09-12 08:47:46 +08:00
parent e7a6c17260
commit b561666d80
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ _ovh_authentication() {
# _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)