From 98e8c6b3eb429a04fdbb737a09462c448d0083f4 Mon Sep 17 00:00:00 2001 From: stivepeim Date: Thu, 2 Dec 2021 14:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8shell?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crmeb/start.sh b/crmeb/start.sh index 57a6af69..54a0f248 100755 --- a/crmeb/start.sh +++ b/crmeb/start.sh @@ -79,7 +79,7 @@ endSecond=$(date --date="$endTime" +%s); total=$((endSecond-startSecond)) # shellcheck disable=SC2027 -echo "本次运行时间: "$total"s" +echo "本次启动耗时: "$total"s" # shellcheck disable=SC2086 echo "当前时间:"$endTime