]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
minor, reduce the sleep time.
authorneilpang <github@byneil.com>
Sat, 29 Oct 2016 02:53:45 +0000 (10:53 +0800)
committerneilpang <github@byneil.com>
Sat, 29 Oct 2016 02:53:45 +0000 (10:53 +0800)
acme.sh

diff --git a/acme.sh b/acme.sh
index 858a57da27e2ec9207d90a4f417cf10224313552..4b7bedfff685ce5d66360c03b4d2185e70e76046 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -1476,7 +1476,7 @@ _starttlsserver() {
   fi
 
   serverproc="$!"
-  sleep 2
+  sleep 1
   _debug serverproc $serverproc
 }
 
@@ -2541,7 +2541,7 @@ issue() {
           return 1
         fi
         serverproc="$!"
-        sleep 2
+        sleep 1
         _debug serverproc $serverproc
 
       else
@@ -2641,8 +2641,8 @@ issue() {
         return 1
       fi
       
-      _debug "sleep 5 secs to verify"
-      sleep 5
+      _debug "sleep 2 secs to verify"
+      sleep 2
       _debug "checking"
       response="$(_get $uri)"
       if [ "$?" != "0" ] ; then