Browse Source

minor, remove kill. the following _get call will cause the nc exit.

neil 9 years ago
parent
commit
e4739512e6
1 changed files with 0 additions and 6 deletions
  1. 0 6
      acme.sh

+ 0 - 6
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
 
 }