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