修复写入任务错误日志逻辑

This commit is contained in:
hanhh 2021-09-11 13:53:24 +08:00
parent 895740a3cb
commit f92f2c1666

View File

@ -321,5 +321,5 @@ detect_termux
detect_macos
define_cmd
[ -f $task_error_log_path ] && rm $task_error_log_path
echo '' > $task_error_log_path
import_config $1 >> $task_error_log_path 2>&1