neil
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
acme.sh
|
@ -4338,6 +4338,8 @@ $_authorizations_map" |
|
|
|
|
|
|
|
|
if [ "$status" = "pending" ]; then |
|
|
if [ "$status" = "pending" ]; then |
|
|
_info "Pending" |
|
|
_info "Pending" |
|
|
|
|
|
elif [ "$status" = "processing" ]; then |
|
|
|
|
|
_info "Processing" |
|
|
else |
|
|
else |
|
|
_err "$d:Verify error:$response" |
|
|
_err "$d:Verify error:$response" |
|
|
_clearupwebbroot "$_currentRoot" "$removelevel" "$token" |
|
|
_clearupwebbroot "$_currentRoot" "$removelevel" "$token" |
|
|