msys0843
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
dnsapi/dns_mydnsjp.sh
|
|
|
@ -161,9 +161,6 @@ _mydnsjp_retrieve_domain() { |
|
|
|
|
|
|
|
_root_domain=$(echo "$response" | grep "DNSINFO\[domainname\]" | sed 's/^.*value="\([^"]*\)".*/\1/') |
|
|
|
|
|
|
|
# Logout |
|
|
|
response="$(_get "$MYDNSJP_API/?MENU=090")" |
|
|
|
|
|
|
|
_debug _root_domain "$_root_domain" |
|
|
|
|
|
|
|
if [ -z "$_root_domain" ]; then |
|
|
|
|