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
8fd3a64e
Commit
8fd3a64e
authored
Jul 08, 2023
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/4442
parent
3761fb43
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
8fd3a64e
...
@@ -5020,9 +5020,9 @@ $_authorizations_map"
...
@@ -5020,9 +5020,9 @@ $_authorizations_map"
break
break
fi
fi
if
[
"
$status
"
=
"pending"
]
;
then
if
_contains
"
$status
"
"pending"
;
then
_info
"Pending, The CA is processing your order, please just wait. (
$waittimes
/
$MAX_RETRY_TIMES
)"
_info
"Pending, The CA is processing your order, please just wait. (
$waittimes
/
$MAX_RETRY_TIMES
)"
elif
[
"
$status
"
=
"processing"
]
;
then
elif
_contains
"
$status
"
"processing"
;
then
_info
"Processing, The CA is processing your order, please just wait. (
$waittimes
/
$MAX_RETRY_TIMES
)"
_info
"Processing, The CA is processing your order, please just wait. (
$waittimes
/
$MAX_RETRY_TIMES
)"
else
else
_err
"
$d
:Verify error:
$response
"
_err
"
$d
:Verify error:
$response
"
...
...
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