From 0095fcacb693d5c0d28016512e3b8401c215e0a0 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 12 May 2021 19:17:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E7=A7=BB=E9=99=A4ql=20update?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=87=8D=E5=90=AF=E5=90=8E=E5=8F=B0=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shell/update.sh b/shell/update.sh index 40aa25ba..3e576aef 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -255,12 +255,10 @@ update_qinglong() { fi if [[ $exit_status -eq 0 ]]; then - echo -e "重启青龙面板(后台重启)...\n" + echo -e "重启青龙面板...\n" cd $dir_root nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf - echo -e "重启面板完成(请刷新页面)...\n" - pm2 reload all & - exit 0 + echo -e "重启面板完成...\n" fi }