mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-20 21:14:21 +01:00
Small fixes here and there
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user