Small fixes here and there

This commit is contained in:
kexkey
2021-12-02 15:21:17 -05:00
parent 4ae421f80a
commit 540316bb39
4 changed files with 8 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ else
fi
trace "[startproxy] Waiting for PostgreSQL to be ready..."
while [ ! -f "/container_monitor/postgres_ready" ]; do echo "PostgreSQL not ready" ; sleep 10 ; done
while [ ! -f "/container_monitor/postgres_ready" ]; do trace "[startproxy] PostgreSQL not ready" ; sleep 10 ; done
trace "[startproxy] PostgreSQL ready!"
if [ ! -e ${DB_FILE} ]; then