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