Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
5dbf664a
Commit
5dbf664a
authored
Oct 29, 2016
by
neilpang
Browse files
minor, reduce the sleep time.
parent
cae203be
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
5dbf664a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment