Commit d330e25c d330e25c74ac983ba37acd307f9a3558a4e2e596 by zhanghao

commit

1 parent 0e6db761
......@@ -2,7 +2,7 @@
port=8090
lsof -i :$port | awk '{print $2}'> tmp
pid=$(awk 'NR==2{print}' tmp);
echo "$pid"
#echo "$pid"
if [ -n "$pid" ]; then
kill -9 $pid;
echo "success"
......