Browse Source

remove unnecessary kill

master
neil 9 years ago
parent
commit
2bd7774b8f
  1. 11
      le.sh

11
le.sh

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

Loading…
Cancel
Save