pull/1953/head^2
skiffer-git 2 years ago
parent a84dbac876
commit 795b003210

@ -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

@ -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!"
Loading…
Cancel
Save