projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Arvbox fixes: use 'postgres' database when testing if a user exists. Copy
[arvados.git]
/
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