Browse Source

Added forced _log to debug deletion of records in GH Actions

pull/4151/head
Bjarke Bruun 2 years ago
parent
commit
c1ba4f1b55
  1. 4
      dnsapi/dns_dnsservices.sh

4
dnsapi/dns_dnsservices.sh

@ -64,7 +64,7 @@ dns_dnsservices_rm() {
fulldomain=$1
txtvalue=$2
_info "Using dns.services to delete challenge $fulldomain TXT $txtvalue"
_info "Using dns.services to remove DNS record $fulldomain TXT $txtvalue"
_debug rm_fulldomain "$fulldomain"
_debug rm_txtvalue "$txtvalue"
@ -204,7 +204,7 @@ deleteRecord() {
fulldomain=$1
txtvalue=$2
_debug2 deleteRecord "Deleting $fulldomain TXT $txtvalue record"
_log deleteRecord "Deleting $fulldomain TXT $txtvalue record"
if [ -z "$rootZoneName" ] || [ -z "$rootZoneDomainID" ] || [ -z "$rootZoneServiceID" ]; then
_get_root "$fulldomain"

Loading…
Cancel
Save