Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Jul 30, 2023
1 parent f73b91a commit 2bb6e0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions start-mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ wait_for_mongodb () {
sleep 1
TIMER=0

until docker exec --tty mongodb $MONGO_CLIENT --port $MONGODB_PORT --eval "db.serverStatus()" &> # /dev/null
until docker exec --tty mongodb $MONGO_CLIENT --port $MONGODB_PORT --eval "db.serverStatus()" # &> /dev/null
do
sleep 1
echo "."
TIMER=$((TIMER + 1))

Expand Down

0 comments on commit 2bb6e0a

Please sign in to comment.