mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
移除tee,添加config错误日志捕获,合并并发任务日志
This commit is contained in:
+4
-1
@@ -31,6 +31,7 @@ file_notify_js_sample=$dir_sample/notify.js
|
||||
file_notify_py_sample=$dir_sample/notify.py
|
||||
file_notify_py=$dir_scripts/notify.py
|
||||
file_notify_js=$dir_scripts/sendNotify.js
|
||||
task_error_log_path=$dir_log/task_error.log
|
||||
|
||||
## 清单文件
|
||||
list_crontab_user=$dir_config/crontab.list
|
||||
@@ -305,4 +306,6 @@ init_env
|
||||
detect_termux
|
||||
detect_macos
|
||||
define_cmd
|
||||
import_config $1
|
||||
|
||||
rm $task_error_log_path
|
||||
import_config $1 >> $task_error_log_path 2>&1
|
||||
|
||||
Reference in New Issue
Block a user