Browse Source

fix for https://github.com/Neilpang/acme.sh/issues/2286

andreasschulze 6 years ago
parent
commit
93740c997c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      acme.sh

+ 2 - 0
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"