增加openresty

master
pan 4 years ago
parent 1304129482
commit d3b91d6c63
  1. 2
      shell/savePid

@ -5,7 +5,7 @@ second=5s
while true while true
do do
pid=`findPortPid $1` pid=`findPortPid $1`
if [ -z $pid ] if [ -z `echo $pid` ]
then then
echo "没有找到端口:$1的pid,$second后重试" echo "没有找到端口:$1的pid,$second后重试"
sleep $second sleep $second

Loading…
Cancel
Save