Browse Source

make _get_zone_id usage consistent

pull/3697/head
Christophe B Billheimer 3 years ago
parent
commit
384bc62f25
  1. 2
      dnsapi/dns_1984hosting.sh

2
dnsapi/dns_1984hosting.sh

@ -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"

Loading…
Cancel
Save