Habetdin
7 years 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_zilore.sh
|
@ -106,7 +106,7 @@ _get_root() { |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if _contains "$response" "\"$h\"" >/dev/null; then |
|
|
if _contains "$response" "\"$h\"" >/dev/null; then |
|
|
_domain=$h |
|
|
|
|
|
|
|
|
_domain=$h |
|
|
return 0 |
|
|
return 0 |
|
|
else |
|
|
else |
|
|
_debug "$h not found" |
|
|
_debug "$h not found" |
|
|