mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
add _get_zone_id to dns_1984hosting_rm to get the zone id
This commit is contained in:
parent
c668c603cc
commit
c5c2014081
@ -96,7 +96,9 @@ dns_1984hosting_rm() {
|
||||
|
||||
_debug "Delete $fulldomain TXT record"
|
||||
|
||||
_htmlget "$url/$zone_id" "$_sub_domain"
|
||||
_get_zone_id
|
||||
|
||||
_htmlget "$url/$_zone_id" "$_sub_domain"
|
||||
_debug2 _response "$_response"
|
||||
entry_id="$(echo "$_response" | _egrep_o 'entry_[0-9]+' | sed 's/entry_//')"
|
||||
_debug2 entry_id "$entry_id"
|
||||
|
Loading…
Reference in New Issue
Block a user