Skip to content

Commit

Permalink
remove hash
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Jul 30, 2023
1 parent 63edea6 commit 2779d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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 "."
Expand Down

0 comments on commit 2779d21

Please sign in to comment.