mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/postfixadmin: add set -o pipefail
for postfixadmin-postgres
script
This commit is contained in:
parent
2de264f209
commit
bab7f1e99e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ in
|
||||||
pkgs.util-linux
|
pkgs.util-linux
|
||||||
];
|
];
|
||||||
script = ''
|
script = ''
|
||||||
set -eu
|
set -euo pipefail
|
||||||
|
|
||||||
PSQL() {
|
PSQL() {
|
||||||
psql --port=${toString pgsql.port} "$@"
|
psql --port=${toString pgsql.port} "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue