laraveluser
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_limacity.sh
|
@ -63,7 +63,7 @@ _lima_get_root() { |
|
|
_lima_get_root=$1 |
|
|
_lima_get_root=$1 |
|
|
i=1 |
|
|
i=1 |
|
|
while true; do |
|
|
while true; do |
|
|
h=$(printf "%s" "$_lima_get_root" | cut -d . -f $(_math "$i" -100)) |
|
|
|
|
|
|
|
|
h=$(printf "%s" "$_lima_get_root" | cut -d . -f `_math "$i" -100`) |
|
|
_debug h "$h" |
|
|
_debug h "$h" |
|
|
if [ -z "$h" ]; then |
|
|
if [ -z "$h" ]; then |
|
|
#not valid |
|
|
#not valid |
|
|