From f92f2c1666b7d50e6ef70ba025baab075435916e Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sat, 11 Sep 2021 13:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=86=99=E5=85=A5=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=94=99=E8=AF=AF=E6=97=A5=E5=BF=97=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/share.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/share.sh b/shell/share.sh index 80e1eb8c..81236684 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -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