Skip to content

Commit c51b05e

Browse files
committed
fix: update path to 00-logging
1 parent 100a6e1 commit c51b05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/packages/lib.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
cp -r ${paths.postgresqlExtensionCustomScriptsPath}/* $out/extension-custom-scripts/ || { echo "Failed to copy custom scripts"; exit 1; }
107107
108108
echo "Copy operation completed"
109-
chmod 644 $out/etc/postgresql-custom/conf.d/05-supautils.conf $out/etc/postgresql/postgresql.conf $out/etc/postgresql-custom/00-logging.conf $out/etc/postgresql/pg_hba.conf
109+
chmod 644 $out/etc/postgresql-custom/conf.d/05-supautils.conf $out/etc/postgresql/postgresql.conf $out/etc/postgresql-custom/conf.d/00-logging.conf $out/etc/postgresql/pg_hba.conf
110110
111111
substitute ${../tools/run-server.sh.in} $out/bin/start-postgres-server \
112112
${

0 commit comments

Comments
 (0)