Merge pull request #2288 from andreasschulze/master

fix for https://github.com/Neilpang/acme.sh/issues/2286
This commit is contained in:
neil 2019-05-23 22:43:36 +08:00 committed by GitHub
commit 2aa219e150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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"