remove unnecessary kill

This commit is contained in:
neil 2016-01-14 23:21:11 +08:00
parent 6586a86902
commit 2bd7774b8f
1 changed files with 1 additions and 10 deletions

11
le.sh
View File

@ -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() {