Browse Source

Merge pull request #2288 from andreasschulze/master

fix for https://github.com/Neilpang/acme.sh/issues/2286
pull/2297/head
neil 6 years ago
committed by GitHub
parent
commit
2aa219e150
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acme.sh

2
acme.sh

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

Loading…
Cancel
Save