Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
c1ba4f1b
Commit
c1ba4f1b
authored
Jul 11, 2022
by
Bjarke Bruun
Browse files
Added forced _log to debug deletion of records in GH Actions
parent
b1cc28bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_dnsservices.sh
View file @
c1ba4f1b
...
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment