Commit 0103f59f authored by neil's avatar neil
Browse files

remove unnecessary kill.

parent d9ded9f3
...@@ -747,11 +747,7 @@ _stopserver(){ ...@@ -747,11 +747,7 @@ _stopserver(){
kill -s 9 $pid > /dev/null kill -s 9 $pid > /dev/null
fi 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 _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