From cb75f2e9dc9e05c2632c2ca4de08c6f076fab4b6 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 17:34:38 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-new/check.sh b/scripts-new/check.sh index f245f339e..521f4d844 100644 --- a/scripts-new/check.sh +++ b/scripts-new/check.sh @@ -35,7 +35,7 @@ if [ $ret_val -eq 0 ]; then openim::log::print_green "All services are running normally." else openim::log::print_red "Some services are not running as expected. Details are as follows:" - openim::log::print_red_two_lines "$result" + openim::log::print_red_no_time_stamp "$result" exit 1 fi