mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 00:16:06 +08:00
去掉pm2 reload面板日志
This commit is contained in:
parent
c4a4d2550c
commit
0afd8fcbd6
|
@ -270,7 +270,7 @@ update_qinglong() {
|
||||||
cd $dir_root
|
cd $dir_root
|
||||||
nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf
|
nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf
|
||||||
echo -e "重启面板完成(请5s后刷新页面)..."
|
echo -e "重启面板完成(请5s后刷新页面)..."
|
||||||
pm2 reload all
|
pm2 reload all >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user