diff --git a/scripts/install/openim-tools.sh b/scripts/install/openim-tools.sh index aa8bfaaa1..8cd5d15d3 100755 --- a/scripts/install/openim-tools.sh +++ b/scripts/install/openim-tools.sh @@ -129,7 +129,7 @@ function openim::tools::start() { function openim::tools::pre-start() { #openim::log::info "Preparing to start OpenIM Tools..." for tool in "${OPENIM_TOOLS_PRE_START_NAME_LISTARIES[@]}"; do - #openim::log::colorless "Starting tool: ${tool}" + openim::log::colorless "Starting tool: ${tool}" if ! openim::tools::start_service ${tool} ${OPNEIM_CONFIG}; then openim::log::error "Failed to start ${tool}, aborting..." return 1 diff --git a/scripts/start-all.sh b/scripts/start-all.sh index 76c2be6c8..6f5ec6857 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -83,7 +83,7 @@ fi # TODO Prelaunch tools, simple for now, can abstract functions later TOOLS_START_SCRIPTS_PATH=${START_SCRIPTS_PATH}/openim-tools.sh -openim::log::status "Start the preprocessing tools:" +openim::log::status "Start the preprocessing tools" if ! ${TOOLS_START_SCRIPTS_PATH} openim::tools::pre-start; then @@ -92,7 +92,7 @@ if ! ${TOOLS_START_SCRIPTS_PATH} openim::tools::pre-start; then fi -openim::log::success "Preprocessing has been successfully completed." +openim::log::success "Preprocessing has been successfully completed!" result=$("${OPENIM_ROOT}"/scripts/stop-all.sh) if [[ $? -ne 0 ]]; then