Commit 2bd7774b authored by neil's avatar neil
Browse files

remove unnecessary kill

parent 6586a869
......@@ -233,16 +233,7 @@ _startserver() {
_stopserver() {
pid="$1"
if [ "$pid" ] ; then
if [ "$DEBUG" ] ; then
# kill -s 9 $pid
# killall -s 9 nc
else
# kill -s 9 $pid > /dev/null
# wait $pid 2>/dev/null
# killall -s 9 nc > /dev/null
fi
fi
}
_initpath() {
......
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