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
e4739512
Commit
e4739512
authored
Apr 23, 2016
by
neil
Browse files
minor, remove kill. the following _get call will cause the nc exit.
parent
14f3dbb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
e4739512
...
@@ -742,12 +742,6 @@ _stopserver(){
...
@@ -742,12 +742,6 @@ _stopserver(){
return
return
fi
fi
if
[
"
$(
ps |
grep
"
$pid
"
)
"
]
;
then
_debug
"Found proc process, kill it."
kill
-s
9
$pid
>
/dev/null
fi
_get
"http://localhost:
$Le_HTTPPort
"
>
/dev/null 2>&1
_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