mirror of
https://github.com/restic/restic.git
synced 2025-08-23 21:57:25 +00:00
Prepare changelog for 0.15.0
This commit is contained in:
10
changelog/0.15.0_2023-01-12/issue-2015
Normal file
10
changelog/0.15.0_2023-01-12/issue-2015
Normal file
@@ -0,0 +1,10 @@
|
||||
Bugfix: Make `mount` return exit code 0 after receiving Ctrl-C / SIGINT
|
||||
|
||||
To stop the `mount` command, a user has to press Ctrl-C or send a SIGINT
|
||||
signal to restic. This used to cause restic to exit with a non-zero exit code.
|
||||
|
||||
The exit code has now been changed to zero as the above is the expected way
|
||||
to stop the `mount` command and should therefore be considered successful.
|
||||
|
||||
https://github.com/restic/restic/issues/2015
|
||||
https://github.com/restic/restic/pull/3894
|
Reference in New Issue
Block a user