Signed-off-by: hanzhixiao <709674996@qq.com>
pull/828/head
hanzhixiao 2 years ago
parent 025ef73a7e
commit fcfc664176

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

@ -82,7 +82,6 @@ echo -e ""
chmod +x $component_check chmod +x $component_check
echo -e "=========> ${BACKGROUND_GREEN}Executing ${component_check}...${COLOR_SUFFIX}" echo -e "=========> ${BACKGROUND_GREEN}Executing ${component_check}...${COLOR_SUFFIX}"
echo -e "" echo -e ""
chmod +x ./$component_check
./$component_check ./$component_check
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
# Print error message and exit # Print error message and exit

Loading…
Cancel
Save