Merge pull request #3935 from miles170/master

Only display the message if there were locks to be removed
This commit is contained in:
Michael Eischer
2022-09-24 20:53:13 +02:00
committed by GitHub
4 changed files with 39 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Only display the message if there were locks to be removed
`restic unlock` now only shows `successfully removed locks` if there were locks to be removed.
In addition, it also reports the number of the removed lock files.
https://github.com/restic/restic/issues/3929
https://github.com/restic/restic/pull/3935