mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
fix
This commit is contained in:
@@ -39,5 +39,5 @@
|
||||
"slug": "postgres",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres",
|
||||
"version": "15.7-42"
|
||||
"version": "15.7-43"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
"slug": "postgres_latest",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres",
|
||||
"version": "17.5-1"
|
||||
"version": "17.5.1-2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user