nixos/restic: rm -f tempfiles (#446825)
This commit is contained in:
@@ -494,7 +494,7 @@ in
|
||||
${pkgs.writeScript "backupCleanupCommand" backup.backupCleanupCommand}
|
||||
''}
|
||||
${lib.optionalString fileBackup ''
|
||||
rm ${filesFromTmpFile}
|
||||
rm -f ${filesFromTmpFile}
|
||||
''}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user