From 576d35b37b1b42edc40f5ec9f48ad355cf61664b Mon Sep 17 00:00:00 2001 From: Srigovind Nayak <5201843+konidev20@users.noreply.github.com> Date: Sat, 26 Apr 2025 23:11:18 +0530 Subject: [PATCH] changelog: add bugfix changelog for issue-5258 --- changelog/unreleased/issue-5258 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/issue-5258 diff --git a/changelog/unreleased/issue-5258 b/changelog/unreleased/issue-5258 new file mode 100644 index 000000000..1c8ffc75b --- /dev/null +++ b/changelog/unreleased/issue-5258 @@ -0,0 +1,7 @@ +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 \ No newline at end of file