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
ce02ad64
Unverified
Commit
ce02ad64
authored
Feb 10, 2018
by
neil
Committed by
GitHub
Feb 10, 2018
Browse files
Merge pull request #1257 from Neilpang/dev
minor, fix error message
parents
4a5d2e16
78915896
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
ce02ad64
...
...
@@ -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