mirror of
https://github.com/whyour/qinglong.git
synced 2025-06-01 06:26:08 +08:00
修改ql update
This commit is contained in:
parent
4367d8ecca
commit
8817342332
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user