]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
minor, remove kill. the following _get call will cause the nc exit.
authorneil <git@byneil.com>
Sat, 23 Apr 2016 06:03:04 +0000 (14:03 +0800)
committerneil <git@byneil.com>
Sat, 23 Apr 2016 06:03:04 +0000 (14:03 +0800)
acme.sh

diff --git a/acme.sh b/acme.sh
index dd3076b6312477b26f9654b325ca9cea6534ceb1..78b29573033b82860487fd26fb1abd63f61ee383 100755 (executable)
--- 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
 
 }