From 0e28e1b6c411934a4cda44df6b5c14fcc054d43e Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 9 Nov 2025 17:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20pm2=20=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/check.sh b/shell/check.sh index fd2cd6c9..ae4db058 100755 --- a/shell/check.sh +++ b/shell/check.sh @@ -24,8 +24,8 @@ copy_dep() { pm2_log() { echo -e "---> pm2日志" - local panelOut="/root/.pm2/logs/panel-out.log" - local panelError="/root/.pm2/logs/panel-error.log" + local panelOut="/root/.pm2/logs/qinglong-out.log" + local panelError="/root/.pm2/logs/qinglong-error.log" tail -n 300 "$panelOut" tail -n 300 "$panelError" }