forked from TrueCloudLab/restic
6 lines
192 B
Text
6 lines
192 B
Text
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
|