We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100a6e1 commit c51b05eCopy full SHA for c51b05e
nix/packages/lib.nix
@@ -106,7 +106,7 @@
106
cp -r ${paths.postgresqlExtensionCustomScriptsPath}/* $out/extension-custom-scripts/ || { echo "Failed to copy custom scripts"; exit 1; }
107
108
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
+ 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
110
111
substitute ${../tools/run-server.sh.in} $out/bin/start-postgres-server \
112
${
0 commit comments