allow http 201 status code after finalizing order
This commit is contained in:
parent
d76272f0ea
commit
e324bbbbf5
4
acme.sh
4
acme.sh
@ -5109,8 +5109,8 @@ $_authorizations_map"
|
||||
_on_issue_err "$_post_hook"
|
||||
return 1
|
||||
fi
|
||||
if [ "$code" != "200" ]; then
|
||||
_err "Sign failed, finalize code is not 200."
|
||||
if [ "$code" != "200" ] || [ "$code" != "201" ]; then
|
||||
_err "Sign failed, finalize code is not 200 or 201."
|
||||
_err "$response"
|
||||
_on_issue_err "$_post_hook"
|
||||
return 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user