移除 ql -l 参数

This commit is contained in:
whyour
2023-11-23 19:40:52 +08:00
parent 4d97f0f44d
commit 59f7b72bb1
6 changed files with 12 additions and 18 deletions
+2 -2
View File
@@ -39,13 +39,13 @@ reload_pm2
if [[ $AutoStartBot == true ]]; then
echo -e "======================5. 启动bot========================\n"
nohup ql -l bot >$dir_log/bot.log 2>&1 &
nohup ql bot >$dir_log/bot.log 2>&1 &
echo -e "bot后台启动中...\n"
fi
if [[ $EnableExtraShell == true ]]; then
echo -e "====================6. 执行自定义脚本========================\n"
nohup ql -l extra >$dir_log/extra.log 2>&1 &
nohup ql extra >$dir_log/extra.log 2>&1 &
echo -e "自定义脚本后台执行中...\n"
fi