mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
Optimizing scripts
This commit is contained in:
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…
x
Reference in New Issue
Block a user