Skip to content

Commit

Permalink
remove unnecessary kill
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Jan 14, 2016
1 parent 6586a86 commit 2bd7774
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions le.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2bd7774

Please sign in to comment.