support challenge in processing status

This commit is contained in:
Chih-Chieh Huang 2018-05-11 15:05:59 -07:00
parent 39ba697e19
commit aab5fd2922

View File

@ -4089,6 +4089,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"