Commit e4739512 authored by neil's avatar neil
Browse files

minor, remove kill. the following _get call will cause the nc exit.

parent 14f3dbb7
...@@ -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
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment