统一api错误提示

This commit is contained in:
whyour
2022-05-17 23:31:29 +08:00
parent 0927682abf
commit 1695b8c0fe
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -531,8 +531,8 @@ main() {
local diff_time=$(($(date +%s -d "$end_time") - $(date +%s -d "$begin_time")))
if [[ $p1 != "repo" ]] && [[ $p1 != "raw" ]]; then
echo -e "\n## 执行结束... $end_time 耗时 $diff_time" >>$log_path
cat $log_path
fi
cat $log_path
}
main "$@"