Unverified Commit 2aa219e1 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2288 from andreasschulze/master

fix for https://github.com/Neilpang/acme.sh/issues/2286
parents 264ec5ba 93740c99
......@@ -4338,6 +4338,8 @@ $_authorizations_map"
if [ "$status" = "pending" ]; then
_info "Pending"
elif [ "$status" = "processing" ]; then
_info "Processing"
else
_err "$d:Verify error:$response"
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment