mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
修复删除错误日志文件
This commit is contained in:
parent
df2a659050
commit
2a5f0eee92
|
@ -307,5 +307,5 @@ detect_termux
|
||||||
detect_macos
|
detect_macos
|
||||||
define_cmd
|
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
|
import_config $1 >> $task_error_log_path 2>&1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user