From 0afd8fcbd6f64a5689806904e795d96de6ec89f8 Mon Sep 17 00:00:00 2001 From: whyour Date: Fri, 14 May 2021 20:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89pm2=20reload=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index a7cc229d..3f6c3a22 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -270,7 +270,7 @@ update_qinglong() { cd $dir_root nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf echo -e "重启面板完成(请5s后刷新页面)..." - pm2 reload all + pm2 reload all >/dev/null 2>&1 fi }