mirror of
https://github.com/restic/restic.git
synced 2026-08-12 16:43:18 +00:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
Bugfix: Exit with code 130 on SIGINT
|
|
|
|
Restic used to return exit code 1 on SIGINT. It now returns 130, the usual
|
|
convention for a process stopped by Ctrl-C.
|
|
|
|
https://github.com/restic/restic/issues/5258
|
|
https://github.com/restic/restic/pull/5363
|