Optimizing scripts

pull/2100/head
skiffer-git 2 years ago
parent f0c6f5bb9f
commit 211cb11d56

@ -101,12 +101,9 @@ if [[ $? -ne 0 ]]; then
exit 1 exit 1
fi fi
openim::log::status "Start the OpenIM startup scripts: " openim::log::status "Start the OpenIM startup scripts: "
execute_start_scripts execute_start_scripts
openim::log::status "OpenIM startup scripts have been successfully completed!"
openim::log::colorless "OpenIM startup scripts have been successfully completed!"
sleep 2 sleep 2
@ -126,6 +123,6 @@ fi
openim::log::status "Start the post-start tools:" openim::log::status "Start the post-start tools:"
${TOOLS_START_SCRIPTS_PATH} openim::tools::post-start ${TOOLS_START_SCRIPTS_PATH} openim::tools::post-start
openim::log::colorless "post-start has been successfully completed!" openim::log::status "post-start has been successfully completed!"
openim::log::success "All OpenIM services have been successfully started!" openim::log::success "All OpenIM services have been successfully started!"
Loading…
Cancel
Save