Files
restic/changelog/unreleased/issue-5258

7 lines
235 B
Plaintext
Raw Normal View History

Bugfix: Exit with correct code on SIGINT
Restic previously returned exit code 1 on SIGINT, which is incorrect.
Restic now returns 130 on SIGINT.
https://github.com/restic/restic/issues/5258
https://github.com/restic/restic/pull/5363