This commit is contained in:
skiffer-git 2024-02-22 22:22:55 +08:00
parent a84dbac876
commit 795b003210
2 changed files with 3 additions and 3 deletions

View File

@ -100,6 +100,6 @@ if [[ $? -ne 0 ]]; then
openim::log::error "check process failed.\n " openim::log::error "check process failed.\n "
echo "$result" echo "$result"
else else
openim::color::echo $COLOR_GREEN "All openim services are running normally! " openim::log::success "All openim services are running normally! "
fi fi

View File

@ -109,7 +109,7 @@ if [[ $? -ne 0 ]]; then
fi 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 ${TOOLS_START_SCRIPTS_PATH} openim::tools::post-start
openim::color::echo $COLOR_GREEN "✨ All OpenIM services have been successfully started!" openim::log::success "✨ All openim services have been successfully started!"