增加openresty

master
pan 4 years ago
parent 9eb233a97e
commit f21f24b345
  1. 2
      shell/killNode

@ -4,7 +4,7 @@ result=1
if [ -e run.pid ]
then
p=`cat run.pid`
kill $p
kill -9 $p
if [ $? -eq 0 ]
then
echo "成功杀死进程:$p"

Loading…
Cancel
Save