From 4a400f94bb3362002776660ad7e07c886d850c58 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 12 Apr 2020 19:24:23 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/issue-2298 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-2298 diff --git a/changelog/unreleased/issue-2298 b/changelog/unreleased/issue-2298 new file mode 100644 index 000000000..5da1f108f --- /dev/null +++ b/changelog/unreleased/issue-2298 @@ -0,0 +1,8 @@ +Bugfix: Do not hang when run as a background job + +Restic did hang on exit while restoring the terminal configuration when it was +started as a background job, for example using `restic ... &`. This has been +fixed by only restoring the terminal configuration when restic is interrupted +while reading a password from the terminal. + +https://github.com/restic/restic/issues/2298