mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
make _get_zone_id usage consistent
This commit is contained in:
parent
46e62f1a9a
commit
384bc62f25
@ -96,7 +96,7 @@ dns_1984hosting_rm() {
|
|||||||
|
|
||||||
_debug "Delete $fulldomain TXT record"
|
_debug "Delete $fulldomain TXT record"
|
||||||
|
|
||||||
_get_zone_id
|
_get_zone_id "$@"
|
||||||
|
|
||||||
_htmlget "$url/$_zone_id" "$_sub_domain"
|
_htmlget "$url/$_zone_id" "$_sub_domain"
|
||||||
_debug2 _response "$_response"
|
_debug2 _response "$_response"
|
||||||
|
Loading…
Reference in New Issue
Block a user