borgbackup-list: use pipefail
This commit is contained in:
@@ -145,7 +145,7 @@ in
|
|||||||
'') (lib.attrValues cfg.destinations)}
|
'') (lib.attrValues cfg.destinations)}
|
||||||
'')
|
'')
|
||||||
(pkgs.writeShellScriptBin "borgbackup-list" ''
|
(pkgs.writeShellScriptBin "borgbackup-list" ''
|
||||||
set -efu
|
set -efu -o pipefail
|
||||||
(${
|
(${
|
||||||
lib.concatMapStringsSep "\n" (
|
lib.concatMapStringsSep "\n" (
|
||||||
dest:
|
dest:
|
||||||
|
|||||||
Reference in New Issue
Block a user