Merge branch '8784-dir-listings'
[arvados.git] / tools / arvbox / lib / arvbox / docker / waitforpostgres.sh
1 #!/bin/sh
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 while ! psql postgres -c\\du >/dev/null 2>/dev/null ; do
7     sleep 1
8 done