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