Browse Source

remove unnecessary kill.

neil 9 years ago
parent
commit
0103f59f82
1 changed files with 1 additions and 5 deletions
  1. 1 5
      acme.sh

+ 1 - 5
acme.sh

@@ -747,11 +747,7 @@ _stopserver(){
     kill -s 9 $pid > /dev/null
     kill -s 9 $pid > /dev/null
   fi
   fi
   
   
-  for ncid in $(echo $(ps | grep nc) | cut -d " " -f 1) ; do
-    _debug "kill $ncid"
-    kill -s 9 $ncid > /dev/null
-  done
-  
+
   _get "http://localhost:$Le_HTTPPort" >/dev/null 2>&1
   _get "http://localhost:$Le_HTTPPort" >/dev/null 2>&1
 
 
 }
 }