mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Removed nested quotes
This commit is contained in:
parent
c2c8a27545
commit
07623f9883
@ -10,7 +10,7 @@ wait_for_postgres() {
|
|||||||
port="${PAPERLESS_DBPORT:=5342}"
|
port="${PAPERLESS_DBPORT:=5342}"
|
||||||
|
|
||||||
|
|
||||||
while [ ! "$(pg_isready -h "$host" -p "$port")" ]; do
|
while [ ! "$(pg_isready -h $host -p $port)" ]; do
|
||||||
|
|
||||||
if [ $attempt_num -eq $max_attempts ]; then
|
if [ $attempt_num -eq $max_attempts ]; then
|
||||||
echo "Unable to connect to database."
|
echo "Unable to connect to database."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user