From e4739512e6acd3a57fdc5274c493545b6322c0dc Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 23 Apr 2016 14:03:04 +0800 Subject: [PATCH] minor, remove kill. the following _get call will cause the nc exit. --- acme.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/acme.sh b/acme.sh index dd3076b6..78b29573 100755 --- a/acme.sh +++ b/acme.sh @@ -742,12 +742,6 @@ _stopserver(){ return fi - if [ "$(ps | grep "$pid")" ] ; then - _debug "Found proc process, kill it." - kill -s 9 $pid > /dev/null - fi - - _get "http://localhost:$Le_HTTPPort" >/dev/null 2>&1 }