2022-08-24 01:21:01 +02:00
|
|
|
Bugfix: Print "wrong password" to stderr instead of stdout
|
2022-04-20 20:03:21 +02:00
|
|
|
|
2022-08-24 01:21:01 +02:00
|
|
|
If an invalid password was entered, the error message was printed on stdout and
|
|
|
|
not on stderr as intended. This has now been fixed.
|
2022-04-20 20:03:21 +02:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/3716
|
2022-08-24 01:21:01 +02:00
|
|
|
https://forum.restic.net/t/4965
|