main: return an exit code (12) for "bad password" errors

This commit is contained in:
Michael Terry
2024-07-30 19:06:18 -04:00
parent 7462471c6b
commit 56f28c9bd5
32 changed files with 42 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Return exit code 12 for "bad password"
Restic now returns exit code 12 when it can't open the repository
because of a bad password.
https://github.com/restic/restic/pull/4959