m-boone
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
dnsapi/dns_leaseweb.sh
|
|
@ -159,9 +159,9 @@ _dns_leaseweb_get_root() { |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if _contains "$response" "\"domainName\":\"$h\"" >/dev/null; then |
|
|
if _contains "$response" "\"domainName\":\"$h\"" >/dev/null; then |
|
|
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p) |
|
|
|
|
|
_domain=$h |
|
|
|
|
|
return 0 |
|
|
|
|
|
|
|
|
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p) |
|
|
|
|
|
_domain=$h |
|
|
|
|
|
return 0 |
|
|
fi |
|
|
fi |
|
|
p=$i |
|
|
p=$i |
|
|
i=$(_math "$i" + 1) |
|
|
i=$(_math "$i" + 1) |
|
|
|