From 770dc4b23023aa8bb35a21d24aef0609005a48d2 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 12 Apr 2016 23:47:09 +0800 Subject: [PATCH] expose the error --- le.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/le.sh b/le.sh index d27735c0..0881c3a8 100755 --- a/le.sh +++ b/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