Update 99-run.sh

This commit is contained in:
Alexandre
2025-05-26 10:20:12 +02:00
committed by GitHub
parent 29b3a06852
commit 390609a2af

View File

@@ -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)