Skip to content

Commit

Permalink
Fix syntax error on if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AarjavPatni committed May 20, 2024
1 parent d7cb4a8 commit e4c6126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run_docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if [[ $CONTAINERS != *efs_container* ]]; then
docker run --platform linux/amd64 -tid --name=efs_container efs_image bash
else
docker run -tid --name=efs_container efs_image bash
fi
else
# Start container
docker start efs_container
Expand Down

0 comments on commit e4c6126

Please sign in to comment.