nixos/postfixadmin: add set -o pipefail for postfixadmin-postgres script

This commit is contained in:
Kamillaova
2025-03-01 15:09:34 +03:00
parent 2de264f209
commit bab7f1e99e
+1 -1
View File
@@ -156,7 +156,7 @@ in
pkgs.util-linux
];
script = ''
set -eu
set -euo pipefail
PSQL() {
psql --port=${toString pgsql.port} "$@"