mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 18:41:27 +02:00
Update 99-run.sh
This commit is contained in:
@@ -96,7 +96,7 @@ update_postgres() {
|
|||||||
|
|
||||||
# Install binaries
|
# Install binaries
|
||||||
apt-get update &>/dev/null
|
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
|
# Download and run the upgrade script
|
||||||
TMP_SCRIPT=$(mktemp)
|
TMP_SCRIPT=$(mktemp)
|
||||||
|
|||||||
Reference in New Issue
Block a user