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
ea722da3
Commit
ea722da3
authored
Jul 01, 2017
by
neilpang
Browse files
add debug info
parent
d04434e3
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
ea722da3
...
...
@@ -2999,9 +2999,9 @@ _on_issue_err() {
fi
#trigger the validation to flush the pending authz
_debug2 "_chk_vlist" "$_chk_vlist"
if [ "$_chk_vlist" ]; then
(
_debug2
"_chk_vlist"
"
$_chk_vlist
"
_debug2 "start to deactivate authz"
ventries=$(echo "$_chk_vlist" | tr "$dvsep" ' ')
for ventry in $ventries; do
...
...
@@ -3498,7 +3498,7 @@ issue() {
if [ "$?" != "0" ]; then
_clearup
_on_issue_err
"
$_post_hook
"
_on_issue_err "$_post_hook"
"$vlist"
return 1
fi
dnsadded='1'
...
...
@@ -3510,7 +3510,7 @@ issue() {
_debug "Dns record not added yet, so, save to $DOMAIN_CONF and exit."
_err "Please add the TXT records to the domains, and retry again."
_clearup
_on_issue_err
"
$_post_hook
"
_on_issue_err "$_post_hook"
"$vlist"
return 1
fi
...
...
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