mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 04:26:28 +01:00
Update 99-run.sh
This commit is contained in:
@@ -96,7 +96,7 @@ update_postgres() {
|
||||
|
||||
# Install binaries
|
||||
apt-get update &>/dev/null
|
||||
install -y procps rsync postgresql-$PG_MAJOR_VERSION postgresql-$OLD_PG_VERSION &>/dev/null
|
||||
install -y procps rsync postgresql-"$PG_MAJOR_VERSION" postgresql-"$OLD_PG_VERSION" &>/dev/null
|
||||
|
||||
# Download and run the upgrade script
|
||||
TMP_SCRIPT=$(mktemp)
|
||||
|
||||
Reference in New Issue
Block a user