mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
This commit is contained in:
parent
57fc5d28a9
commit
93740c997c
2
acme.sh
2
acme.sh
@ -4338,6 +4338,8 @@ $_authorizations_map"
|
|||||||
|
|
||||||
if [ "$status" = "pending" ]; then
|
if [ "$status" = "pending" ]; then
|
||||||
_info "Pending"
|
_info "Pending"
|
||||||
|
elif [ "$status" = "processing" ]; then
|
||||||
|
_info "Processing"
|
||||||
else
|
else
|
||||||
_err "$d:Verify error:$response"
|
_err "$d:Verify error:$response"
|
||||||
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"
|
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"
|
||||||
|
Loading…
Reference in New Issue
Block a user