fix expression

This commit is contained in:
2025-03-17 12:19:05 +04:00
parent d0e7fcf8fe
commit 886af20792

View File

@@ -128,7 +128,7 @@ in
echo
echo "PostgreSQL is setting up the initial database"
echo
if [[ -z "$${PGHOST+x}" ]]; then
if [[ -z "''${PGHOST+x}" ]]; then
OLDPGHOST=""
else
OLDPGHOST="$PGHOST"