mirror of
https://github.com/octoleo/restic.git
synced 2025-01-26 16:48:29 +00:00
Merge pull request #1324 from antonlindstrom/password-feedback
Add password successful feedback
This commit is contained in:
commit
5d1c1f721e
@ -326,6 +326,10 @@ func OpenRepository(opts GlobalOptions) (*repository.Repository, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if stdoutIsTerminal() {
|
||||
Verbosef("password is correct\n")
|
||||
}
|
||||
|
||||
if opts.NoCache {
|
||||
return s, nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user