增加openresty

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

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

Loading…
Cancel
Save