Loading
nixos/restic: rm -f tempfiles
In some cases, restic fails because the tempfiles haven't been created. `rm -f` won't fail when the files don't exist.
In some cases, restic fails because the tempfiles haven't been created. `rm -f` won't fail when the files don't exist.