测试ql update

This commit is contained in:
whyour 2021-05-12 18:55:02 +08:00
parent 560195a54c
commit 9534bbe79e

View File

@ -257,7 +257,7 @@ update_qinglong() {
if [[ $exit_status -eq 0 ]]; then if [[ $exit_status -eq 0 ]]; then
echo -e "重启青龙面板(后台重启)...\n" echo -e "重启青龙面板(后台重启)...\n"
cd $dir_root cd $dir_root
pm2 reload all pm2 reload all &
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 "重启面板完成(请刷新页面)...\n" echo -e "重启面板完成(请刷新页面)...\n"
fi fi