From 33fe4bd898581364e7e9ae332a7921f74b4036ac Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 17 Mar 2025 12:11:38 +0400 Subject: [PATCH] fix expression --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 12712b1..9e05c84 100644 --- a/lib.nix +++ b/lib.nix @@ -128,7 +128,7 @@ in echo echo "PostgreSQL is setting up the initial database" echo - if [[ -z "$\{PGHOST+x}" ]]; then + if [[ -z "$PGHOST" ]]; then OLDPGHOST="" else OLDPGHOST="$PGHOST"