From 690266ce5c509e035b44a851025c1229f35f8b00 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 22 Feb 2024 21:45:09 +0800 Subject: [PATCH] log --- scripts/check-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-all.sh b/scripts/check-all.sh index da3297860..01f80ecdd 100755 --- a/scripts/check-all.sh +++ b/scripts/check-all.sh @@ -99,6 +99,6 @@ if [[ $? -ne 0 ]]; then echo "+++ cat openim log file >>> ${LOG_FILE}" openim::log::error "check process failed.\n $result" else - echo "Check all openim service ports successfully !" + openim::color::echo $COLOR_GREEN "All openim services are running normally! " fi