修复删除错误日志文件

This commit is contained in:
hanhh 2021-08-16 16:36:39 +08:00
parent df2a659050
commit 2a5f0eee92

View File

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