Browse Source

spellcheck

pull/5117/head
alviy 7 months ago
committed by GitHub
parent
commit
d73953af3d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_alviy.sh

2
dnsapi/dns_alviy.sh

@ -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

Loading…
Cancel
Save