增加openresty

master
pan 4 years ago
parent 92db1d192e
commit 10815b9447
  1. 2
      shell/savePid

@ -10,7 +10,7 @@ while true
echo "没有找到端口:$1的pid,$second后重试"
sleep $second
else
echo "端口:$1的pid:`$pid`"
echo "端口:$1的pid:$pid"
echo $pid>$1.pid
break
fi

Loading…
Cancel
Save