From dfb0d73ef3a4ad5ecdc11c6e5cf804a0dd85264b Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 16 Aug 2021 14:48:21 +0800 Subject: [PATCH] =?UTF-8?q?ql=E5=91=BD=E4=BB=A4=E8=A1=8C=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/update.sh b/shell/update.sh index 208eec6b..65425012 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -492,6 +492,7 @@ main() { local end_time=$(date '+%Y-%m-%d %H:%M:%S') local diff_time=$(($(date +%s -d "$end_time") - $(date +%s -d "$begin_time"))) echo -e "\n## 执行结束... $end_time 耗时 $diff_time 秒" >> $log_path + cat $log_path } main "$@"