spellcheck

This commit is contained in:
alviy 2024-04-27 12:28:06 +03:00 committed by GitHub
parent 54eec82311
commit d73953af3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ _get_root() {
domain=$1
i=3
a="init"
while [ -n $a ]; do
while [ -n "$a" ]; do
a=$(printf "%s" "$domain" | cut -d . -f $i-)
i=$((i + 1))
done