Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
0103f59f
You need to sign in or sign up before continuing.
Commit
0103f59f
authored
Apr 21, 2016
by
neil
Browse files
remove unnecessary kill.
parent
d9ded9f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
0103f59f
...
...
@@ -747,11 +747,7 @@ _stopserver(){
kill
-s
9
$pid
>
/dev/null
fi
for
ncid
in
$(
echo
$(
ps |
grep
nc
)
|
cut
-d
" "
-f
1
)
;
do
_debug
"kill
$ncid
"
kill
-s
9
$ncid
>
/dev/null
done
_get
"http://localhost:
$Le_HTTPPort
"
>
/dev/null 2>&1
}
...
...
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