andreasschulze 6 years ago
parent
commit
93740c997c
  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