mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Removed nested quotes
This commit is contained in:
parent
c2c8a27545
commit
07623f9883
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue