forked from TrueCloudLab/restic
add changelog for mount exit code filtering
This commit is contained in:
parent
5478ab22c5
commit
3174641ca4
1 changed files with 10 additions and 0 deletions
10
changelog/unreleased/issue-2015
Normal file
10
changelog/unreleased/issue-2015
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
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
|
Loading…
Reference in a new issue