fix expression

This commit is contained in:
2025-03-17 12:17:20 +04:00
parent 33fe4bd898
commit d0e7fcf8fe

View File

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