@@ -105,7 +105,7 @@ in
script = pkgs.writeShellApplication {
name = "run-postgres";
text = ''
if [! -d "${data_dir}"]; then
if [ ! -d "${data_dir}" ]; then
echo "Database directory does not exist. Initializing"
initdb -D ${data_dir}
fi
The note is not visible to the blocked user.