Merge branch '8488-cwl-crunchrunner-collection' closes #8488
[arvados.git] / tools / arvbox / lib / arvbox / docker / waitforpostgres.sh
1 #!/bin/sh
2 while ! psql postgres -c\\du >/dev/null 2>/dev/null ; do
3     sleep 1
4 done