From 4aab3c79eaae2789046e545188191d5d5e153843 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sun, 11 Oct 2020 00:18:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0openresty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/savePid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/savePid b/shell/savePid index 420470f..72c3d6e 100644 --- a/shell/savePid +++ b/shell/savePid @@ -8,10 +8,10 @@ while true pid=`findPortPid $1` if [ `$pid|wc -l` -eq 0 ] then - echo "没有找到端口$1的pid,$second后重试" + echo "没有找到端口:$1的pid,$second后重试" sleep $second else - echo "端口$1的pid:$pid" + echo "端口:$1的pid:$pid" echo $pid>pid break fi