mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 14:17:41 +00:00
Fix typo calling pinentry_assuan_getpass
Affected the use of Tomb without DISPLAY and pinentry-curses. Fixes #393
This commit is contained in:
parent
c9f3b07cd8
commit
da590fb50e
2
tomb
2
tomb
@ -426,7 +426,7 @@ ask_password() {
|
|||||||
_verbose "no display detected"
|
_verbose "no display detected"
|
||||||
_is_found "pinentry-curses" && {
|
_is_found "pinentry-curses" && {
|
||||||
_verbose "using pinentry-curses with no display"
|
_verbose "using pinentry-curses with no display"
|
||||||
output=$(pinentry_assuan_getpassgetpasspass | pinentry-curses)
|
output=$(pinentry_assuan_getpass | pinentry-curses)
|
||||||
pass_asked=1
|
pass_asked=1
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user