Merge pull request #2221 from classmarkets/2203-password-from-stdin

Fix reading password from stdin
This commit is contained in:
Alexander Neumann
2019-04-22 20:59:59 +02:00
2 changed files with 18 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Fix reading passwords from stdin
Passwords for the `init`, `key add`, and `key passwd` commands can now be read from
non-terminal stdin.
https://github.com/restic/restic/issues/2203