@@ -108,7 +108,9 @@ in
)
);
};
setupScript = pkgs.writeShellScriptBin "setup-postgres" ''
setupScript = pkgs.writeShellApplication {
name = "setup-postgres";
text = ''
set -euo pipefail
export PATH=${package}/bin:${pkgs.coreutils}/bin
POSTGRES_RUN_INITIAL_SCRIPT="false"
The note is not visible to the blocked user.