try fix script

This commit is contained in:
2025-03-17 12:50:06 +04:00
parent 224294cf72
commit 721e5b923a

View File

@@ -142,7 +142,7 @@ in
name = "run-postgres";
text = ''
set -euo pipefail
export PGDATA=$(realpath ${data_dir}) PGHOST=$(realpath (${runtimeDir}) PGPORT=${builtins.toString port}
export PGDATA=$(realpath ${data_dir}) PGHOST=$(realpath ${runtimeDir}) PGPORT=${builtins.toString port}
mkdir -p ${lib.escapeShellArg runtimeDir}
${setupScript}/bin/setup-postgres
${package}/bin/postgres