Browse Source

expose the error

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

+ 2 - 2
le.sh

@@ -660,12 +660,12 @@ _stopserver(){
   
   if [[ "$(ps | grep "$pid")" ]] ; then
     _debug "Found proc process, kill it."
-    kill -s 9 $pid > /dev/null 2>&1
+    kill -s 9 $pid > /dev/null
   fi
   
   for ncid in $(ps | grep nc | cut -d " " -f 1) ; do
     _debug "kill $ncid"
-    kill -s 9 $ncid > /dev/null 2>&1
+    kill -s 9 $ncid > /dev/null
   done
   
   _get "http://localhost:$Le_HTTPPort" >/dev/null 2>$1