Commit 59fd48cf authored by neil's avatar neil
Browse files
parent cc78ab48
......@@ -4517,6 +4517,12 @@ $_authorizations_map"
_info "Pending"
elif [ "$status" = "processing" ]; then
_info "Processing"
_retryafter=$(echo "$responseHeaders" | grep -i "^Retry-After *:" | cut -d : -f 2 | tr -d ' ')
_debug "_retryafter" "$_retryafter"
if [ "$_retryafter" ]; then
_info "Retry after: $_retryafter"
_sleep $_retryafter
fi
else
_err "$d:Verify error:$response"
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment