mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Chore: remove duplicate "waiting for..." log entries
This commit is contained in:
parent
796b3b890d
commit
3419b8c5a8
1 changed files with 0 additions and 2 deletions
|
|
@ -58,10 +58,8 @@ wait_for_mariadb() {
|
|||
}
|
||||
|
||||
if [[ "${PAPERLESS_DBENGINE:-}" == "mariadb" ]]; then
|
||||
echo "${LOG_PREFIX} Waiting for MariaDB to report ready"
|
||||
wait_for_mariadb
|
||||
elif [[ -n "${PAPERLESS_DBHOST:-}" ]]; then
|
||||
echo "${LOG_PREFIX} Waiting for postgresql to report ready"
|
||||
wait_for_postgres
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue