mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 19:43:02 +00:00
Remove Logout
This commit is contained in:
parent
eb87f74310
commit
9fa10ee8ba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user