From 8817342332c2a69719eebd4007c368988d67e3f1 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 12 May 2021 17:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ql=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell/update.sh b/shell/update.sh index ea8c27a7..8fa34a6d 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -257,8 +257,7 @@ update_qinglong() { if [[ $exit_status -eq 0 ]]; then echo -e "重启青龙面板(后台重启)...\n" cd $dir_root - nohup pm2 reload panel >/dev/null 2>&1 & - nohup pm2 reload schedule >/dev/null 2>&1 & + nohup pm2 reload all >/dev/null 2>&1 & nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf echo -e "重启面板完成(请刷新页面)...\n" fi