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

Update dns_limacity.sh

parent ef20a012
......@@ -82,7 +82,7 @@ _lima_get_domain_id() {
_lima_get_root "$1"
_debug "$domain"
LIMACITY_DOMAINID=$(_get "${APIBASE}/domains.json" | _egrep_o "{\"id\":[0-9]*[^}]*$domain" | _egrep_o "[0-9]*")
LIMACITY_DOMAINID=$(_get "${APIBASE}/domains.json" | _egrep_o ":[0-9]*[^}]*$domain" | _egrep_o "[0-9]*")
_debug "$LIMACITY_DOMAINID"
if [ -z "$LIMACITY_DOMAINID" ]; then
......
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