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

This commit is contained in:
neil 2016-04-23 14:03:04 +08:00
parent 14f3dbb71a
commit e4739512e6
1 changed files with 0 additions and 6 deletions

View File

@ -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
}