Optimizing scripts

This commit is contained in:
skiffer-git 2024-03-21 16:23:53 +08:00
parent f0c6f5bb9f
commit 211cb11d56

View File

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