Skip to content

Commit

Permalink
815
Browse files Browse the repository at this point in the history
Signed-off-by: hanzhixiao <[email protected]>
  • Loading branch information
hanzhixiao committed Aug 9, 2023
1 parent f40356b commit f78f0a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions scripts/docker_start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scripts/start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f78f0a2

Please sign in to comment.