]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
add info
authorneilpang <github@neilpang.com>
Tue, 20 Jul 2021 13:05:17 +0000 (21:05 +0800)
committerneilpang <github@neilpang.com>
Tue, 20 Jul 2021 13:05:17 +0000 (21:05 +0800)
acme.sh

diff --git a/acme.sh b/acme.sh
index 47b0e4d2cd010fa98ffff6aad4089aebb666a715..d9e7136a3277bd49bbba17e9a6e70df3543f0132 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -4812,9 +4812,9 @@ $_authorizations_map"
       fi
 
       if [ "$status" = "pending" ]; then
-        _info "Pending"
+        _info "Pending, The CA is processing your order, please just wait. ($waittimes/$MAX_RETRY_TIMES)"
       elif [ "$status" = "processing" ]; then
-        _info "Processing"
+        _info "Processing, The CA is processing your order, please just wait. ($waittimes/$MAX_RETRY_TIMES)"
       else
         _err "$d:Verify error:$response"
         _clearupwebbroot "$_currentRoot" "$removelevel" "$token"