Merge branch '8087-arv-cli-request-body-from-file' of https://github.com/wtsi-hgi...
[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