Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
69212114
Commit
69212114
authored
Feb 15, 2017
by
neilpang
Browse files
fix debug message
parent
9f90618a
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
69212114
...
...
@@ -2528,7 +2528,7 @@ _clearupdns() {
txt
=
"
$(
printf
"%s"
"
$keyauthorization
"
| _digest
"sha256"
| _url_replace
)
"
_debug txt
"
$txt
"
if
[
"
$keyauthorization
"
=
"
$STATE_VERIFIED
"
]
;
then
_
info
"
$d
is already verified, skip
$vtype
."
_
debug
"
$d
is already verified, skip
$vtype
."
continue
fi
...
...
@@ -3096,7 +3096,7 @@ issue() {
_debug keyauthorization
"
$keyauthorization
"
if
printf
"%s"
"
$response
"
|
grep
'"status":"valid"'
>
/dev/null 2>&1
;
then
_
info
"
$d
is already verified, skip."
_
debug
"
$d
is already verified, skip."
keyauthorization
=
"
$STATE_VERIFIED
"
_debug keyauthorization
"
$keyauthorization
"
fi
...
...
@@ -3118,7 +3118,7 @@ issue() {
_currentRoot
=
$(
echo
"
$ventry
"
|
cut
-d
"
$sep
"
-f
5
)
if
[
"
$keyauthorization
"
=
"
$STATE_VERIFIED
"
]
;
then
_
info
"
$d
is already verified, skip
$vtype
."
_
debug
"
$d
is already verified, skip
$vtype
."
continue
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