Unverified Commit 7022d27b authored by laraveluser's avatar laraveluser Committed by GitHub
Browse files

Update dns_limacity.sh

parent ab911f1c
...@@ -63,7 +63,7 @@ _lima_get_root() { ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment