mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-01 09:27:44 +01:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user