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

Update dns_limacity.sh

parent 7b7c834b
......@@ -66,7 +66,7 @@ _lima_get_domain_id() {
p=1
domains=$(_get "${APIBASE}/domains.json")
if [ "$(echo "$domains" | _egrep_o "^\{\"domains\"")" ] ; then
if [ "$(echo "$domains" | _egrep_o "^\{\"domains\"")" ]; then
response="$(echo "$domains" | tr -d "\n" | tr '{' "|" | sed 's/|/&{/g' | tr "|" "\n")"
while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100)
......
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