Commit c1ba4f1b authored by Bjarke Bruun's avatar Bjarke Bruun
Browse files

Added forced _log to debug deletion of records in GH Actions

parent b1cc28bb
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment