diff --git a/cmd/restic/global.go b/cmd/restic/global.go index 217d6f732..f63052011 100644 --- a/cmd/restic/global.go +++ b/cmd/restic/global.go @@ -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 }