mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 22:32:45 +00:00
_get_root now does not skip the first label of the domain
This commit is contained in:
parent
2629140d88
commit
1ef3efe793
@ -79,7 +79,7 @@ dns_rackcorp_rm() {
|
|||||||
# _domain=domain.com
|
# _domain=domain.com
|
||||||
_get_root() {
|
_get_root() {
|
||||||
domain=$1
|
domain=$1
|
||||||
i=2
|
i=1
|
||||||
p=1
|
p=1
|
||||||
if ! _rackcorp_api dns.domain.getall "\"name\":\"$domain\""; then
|
if ! _rackcorp_api dns.domain.getall "\"name\":\"$domain\""; then
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user