diff --git a/scripts-new/check.sh b/scripts-new/check.sh index 5493fb914..f245f339e 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 "$result" + openim::log::print_red_two_lines "$result" exit 1 fi