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
78915896
Commit
78915896
authored
Feb 07, 2018
by
neilpang
Browse files
minor, fix error message
parent
3e3161c7
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
78915896
...
...
@@ -3321,7 +3321,7 @@ __get_domain_new_authz() {
_err "new-authz retry reach the max $_Max_new_authz_retry_times times."
fi
if
[
!
-z
"
$code
"
]
&&
[
!
"
$code
"
=
'201'
]
;
then
if [ "$code" ] && [ "$code"
!
= '201' ]; then
_err "new-authz error: $response"
return 1
fi
...
...
@@ -3501,7 +3501,7 @@ issue() {
Le_OrderFinalize="$(echo "$response" | tr -d '\r\n' | _egrep_o '"finalize" *: *"[^"]*"' | cut -d '"' -f 4)"
_debug Le_OrderFinalize "$Le_OrderFinalize"
if [ -z "$Le_OrderFinalize" ]; then
_err
"Le_OrderFinalize not found."
_err "
Create new order error.
Le_OrderFinalize not found.
$response
"
_clearup
_on_issue_err "$_post_hook"
return 1
...
...
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