fix expression

This commit is contained in:
2025-03-17 12:06:36 +04:00
parent 84ac5314a4
commit a85a7040d0

View File

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