diff --git a/scripts/check-all.sh b/scripts/check-all.sh index 9e353bb93..0a8577724 100755 --- a/scripts/check-all.sh +++ b/scripts/check-all.sh @@ -100,6 +100,6 @@ if [[ $? -ne 0 ]]; then openim::log::error "check process failed.\n " echo "$result" else - openim::color::echo $COLOR_GREEN "All openim services are running normally! " + openim::log::success "All openim services are running normally! " fi diff --git a/scripts/start-all.sh b/scripts/start-all.sh index 0787e4592..3cc4d982f 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -109,7 +109,7 @@ if [[ $? -ne 0 ]]; then fi -openim::log::info "\n## Post Starting OpenIM services" +openim::log::info "\n## Post Starting openim services" ${TOOLS_START_SCRIPTS_PATH} openim::tools::post-start -openim::color::echo $COLOR_GREEN "✨ All OpenIM services have been successfully started!" \ No newline at end of file +openim::log::success "✨ All openim services have been successfully started!" \ No newline at end of file