try fix script

This commit is contained in:
2025-03-17 12:56:07 +04:00
parent 19b02ca7c1
commit 23764abbed

View File

@@ -127,7 +127,7 @@ in
echo echo
echo "PostgreSQL is setting up the initial database" echo "PostgreSQL is setting up the initial database"
echo echo
pg_ctl -w start -o "-c unix_socket_directories=${runtimeDir} -c listen_addresses= -p ${builtins.toString port}" pg_ctl -w start -o "-c unix_socket_directories=$(realpath ${runtimeDir}) -c listen_addresses= -p ${builtins.toString port}"
pg_ctl -m fast -w stop pg_ctl -m fast -w stop
else else
echo echo