]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3398] Fixed shell
authorFrancis Dupont <fdupont@isc.org>
Sun, 22 Dec 2024 21:13:57 +0000 (22:13 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 27 Jan 2025 14:05:12 +0000 (15:05 +0100)
src/bin/admin/tests/pgsql_tests.sh.in

index 871128b69db2632f77daaa0deb75e8b9a823a541..fd55c01ab1be5196fea2004151e42dc10d06f78d 100644 (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