2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3398] Fixed shell

This commit is contained in:
Francis Dupont
2024-12-22 22:13:57 +01:00
parent 757f28884d
commit 6fb854ce2e

View File

@@ -1535,7 +1535,7 @@ pgsql_upgrade_schema_to_version() {
# Postgres psql does not accept pw on command line, but can do it
# thru an env
export PGPASSWORD=$db_password
export PGPASSWORD="${db_password}"
for script in "${upgrade_scripts_dir}"/upgrade*.sh
do