From 2a5f0eee9261da9b25209741cc8d664d8b87a911 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 16 Aug 2021 16:36:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=97=A5=E5=BF=97=E6=96=87=E4=BB=B6?= 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 9b52b4dd..a81e236f 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -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