2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00
restic/changelog/unreleased/issue-2015
2022-08-26 23:17:04 +02:00

11 lines
391 B
Plaintext

Bugfix: Mount command should return exit code 0 after receiving Ctrl-C
To stop the mount command, a user has to press Ctrl-C or send a SIGINT to
restic. This caused restic to exit with a non-zero exit code.
We have changed the exit code to zero as this is the expected way to stop the
mount command.
https://github.com/restic/restic/issues/2015
https://github.com/restic/restic/pull/3894