clanModules/borgbackup: fix shellcheck errors
This commit is contained in:
@@ -190,8 +190,8 @@ in
|
|||||||
pkgs.xkcdpass
|
pkgs.xkcdpass
|
||||||
];
|
];
|
||||||
script = ''
|
script = ''
|
||||||
ssh-keygen -t ed25519 -N "" -f $out/borgbackup.ssh
|
ssh-keygen -t ed25519 -N "" -f "$out"/borgbackup.ssh
|
||||||
xkcdpass -n 4 -d - > $out/borgbackup.repokey
|
xkcdpass -n 4 -d - > "$out"/borgbackup.repokey
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user