From 58e047fe0e5c419c9d09a20e25618f12e4e6cacd Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 4 Apr 2022 23:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtask=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/task.sh b/shell/task.sh index dfa7a743..dd2382f0 100755 --- a/shell/task.sh +++ b/shell/task.sh @@ -366,7 +366,7 @@ main() { esac ;; esac - [[ -f $log_path ]] && cat $log_path + [[ -f $log_path ]] && cat "$dir_log/$log_path" elif [[ $# -eq 0 ]]; then echo usage