增加openresty

master
pan 4 years ago
parent d3573ee990
commit e83b3fd287
  1. 2
      shell/checkPort

@ -2,7 +2,7 @@
# 检查客户端和服务端端口是否存在 # 检查客户端和服务端端口是否存在
#存在返回0否则返回1 #存在返回0否则返回1
source /app/riskenv source /app/riskenv
if [[ `/app/findPortPid $PORT|wc -l` -eq 1 && `/app/findPortPid $serverPort|wc -l` -eq 1 ]] if [[ ! -z "`/app/findPortPid $PORT`" && ! -z "`/app/findPortPid $serverPort`" ]]
then then
echo 0 echo 0
else else

Loading…
Cancel
Save