Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-09 18:40:27 +08:00
parent 025ef73a7e
commit fcfc664176
2 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@ need_to_start_server_shell=(
)
component_check=start_component_check.sh
chmod +x ./$component_check
$SCRIPTS_ROOT/$component_check
if [ $? -ne 0 ]; then
# Print error message and exit

View File

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