mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复重启面板提示
This commit is contained in:
+1
-1
@@ -268,7 +268,7 @@ update_qinglong() {
|
||||
if [[ $exit_status -eq 0 ]]; then
|
||||
cd $dir_root
|
||||
nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf
|
||||
echo -e "重启面板完成"
|
||||
echo -e "重启面板中..."
|
||||
pm2 reload all >/dev/null 2>&1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user