From 886af20792b9428a07c0d8896636826ea2d57b0c Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 17 Mar 2025 12:19:05 +0400 Subject: [PATCH] fix expression --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index e643a32..8cce73b 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+x}" ]]; then OLDPGHOST="" else OLDPGHOST="$PGHOST"