mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
minor, reduce the sleep time.
This commit is contained in:
8
acme.sh
8
acme.sh
@@ -1476,7 +1476,7 @@ _starttlsserver() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
serverproc="$!"
|
serverproc="$!"
|
||||||
sleep 2
|
sleep 1
|
||||||
_debug serverproc $serverproc
|
_debug serverproc $serverproc
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2541,7 +2541,7 @@ issue() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
serverproc="$!"
|
serverproc="$!"
|
||||||
sleep 2
|
sleep 1
|
||||||
_debug serverproc $serverproc
|
_debug serverproc $serverproc
|
||||||
|
|
||||||
else
|
else
|
||||||
@@ -2641,8 +2641,8 @@ issue() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_debug "sleep 5 secs to verify"
|
_debug "sleep 2 secs to verify"
|
||||||
sleep 5
|
sleep 2
|
||||||
_debug "checking"
|
_debug "checking"
|
||||||
response="$(_get $uri)"
|
response="$(_get $uri)"
|
||||||
if [ "$?" != "0" ] ; then
|
if [ "$?" != "0" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user