This commit is contained in:
alexbelgium
2025-05-30 13:53:49 +02:00
parent a9a4f432e6
commit f8942436b3
3 changed files with 3 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ upgrade_postgres_if_needed() {
main() {
bashio::log.info "Checking for required PostgreSQL cluster upgrade before server start..."
if [ -f /config/database/PG_VERSION]; then
if [ -f /config/database/PG_VERSION ]; then
upgrade_postgres_if_needed
fi