Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-09 15:26:10 +08:00
parent 215a0ad6ea
commit 0957ff6eb8

View File

@ -31,7 +31,7 @@ need_to_start_server_shell=(
) )
component_check=start_component_check.sh component_check=start_component_check.sh
./$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}"