mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 11:22:30 +00:00
make _get_zone_id usage consistent
This commit is contained in:
@ -96,7 +96,7 @@ dns_1984hosting_rm() {
|
||||
|
||||
_debug "Delete $fulldomain TXT record"
|
||||
|
||||
_get_zone_id
|
||||
_get_zone_id "$@"
|
||||
|
||||
_htmlget "$url/$_zone_id" "$_sub_domain"
|
||||
_debug2 _response "$_response"
|
||||
|
Reference in New Issue
Block a user