Browse Source

remove unnecessary kill

neil 9 years ago
parent
commit
2bd7774b8f
1 changed files with 1 additions and 10 deletions
  1. 1 10
      le.sh

+ 1 - 10
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() {