mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-19 04:37:01 +08:00
815
Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
parent
8f14e3bec8
commit
d46951e949
@ -32,11 +32,11 @@ need_to_start_server_shell=(
|
|||||||
|
|
||||||
component_check=start_component_check.sh
|
component_check=start_component_check.sh
|
||||||
$SCRIPTS_ROOT/$component_check
|
$SCRIPTS_ROOT/$component_check
|
||||||
if [ $? -ne 0 ]; then
|
#if [ $? -ne 0 ]; then
|
||||||
# Print error message and exit
|
# # Print error message and exit
|
||||||
echo "${BOLD_PREFIX}${RED_PREFIX}Error executing ${component_check}. Exiting...${COLOR_SUFFIX}"
|
# echo "${BOLD_PREFIX}${RED_PREFIX}Error executing ${component_check}. Exiting...${COLOR_SUFFIX}"
|
||||||
exit -1
|
# exit -1
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
#fixme The 10 second delay to start the project is for the docker-compose one-click to start openIM when the infrastructure dependencies are not started
|
#fixme The 10 second delay to start the project is for the docker-compose one-click to start openIM when the infrastructure dependencies are not started
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user