修改任务启动参数

This commit is contained in:
whyour
2022-09-21 21:28:31 +08:00
parent ae891f8e55
commit 36f4c3c02c
5 changed files with 7 additions and 13 deletions
+2 -2
View File
@@ -42,13 +42,13 @@ echo -e "定时任务启动成功...\n"
if [[ $AutoStartBot == true ]]; then
echo -e "======================7. 启动bot========================\n"
nohup ql bot >>$dir_log/start.log 2>&1 &
nohup ql bot >>$dir_log/bot.log 2>&1 &
echo -e "bot后台启动中...\n"
fi
if [[ $EnableExtraShell == true ]]; then
echo -e "======================8. 执行自定义脚本========================\n"
nohup ql extra >>$dir_log/start.log 2>&1 &
nohup ql extra >>$dir_log/extra.log 2>&1 &
echo -e "自定义脚本后台执行中...\n"
fi