pull/2288/head
parent
57fc5d28a9
commit
93740c997c
2
acme.sh
2
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"
|
||||||
|
|
Loading…
Reference in New Issue