fix expression
This commit is contained in:
2
lib.nix
2
lib.nix
@@ -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+x}" ]]; then
|
if [[ -z "''${PGHOST+x}" ]]; then
|
||||||
OLDPGHOST=""
|
OLDPGHOST=""
|
||||||
else
|
else
|
||||||
OLDPGHOST="$PGHOST"
|
OLDPGHOST="$PGHOST"
|
||||||
|
|||||||
Reference in New Issue
Block a user