mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 15:40:58 +00:00
use _verbose for pinentry-curses in ask_password
This commit is contained in:
parent
fb154bbb2f
commit
15c894dfb4
2
tomb
2
tomb
@ -480,7 +480,7 @@ ask_password() {
|
|||||||
if _is_found "pinentry-curses"; then
|
if _is_found "pinentry-curses"; then
|
||||||
_verbose "using pinentry-curses"
|
_verbose "using pinentry-curses"
|
||||||
|
|
||||||
_warning "Detected DISPLAY, but only pinentry-curses is found."
|
_verbose "Detected DISPLAY, but only pinentry-curses is found."
|
||||||
output=$(pinentry_assuan_getpass | pinentry-curses)
|
output=$(pinentry_assuan_getpass | pinentry-curses)
|
||||||
else
|
else
|
||||||
_failure "Cannot find any pinentry: impossible to ask for password."
|
_failure "Cannot find any pinentry: impossible to ask for password."
|
||||||
|
Loading…
Reference in New Issue
Block a user