Remove explicit pinentry setting.

This commit is contained in:
Tom Alexander 2023-09-27 13:19:14 -04:00
parent 49fa0eb9cc
commit 6f3c5ca025
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 0 additions and 5 deletions

View File

@ -4,8 +4,3 @@ use-standard-socket
default-cache-ttl 600
max-cache-ttl 7200
display :0
{% if install_graphics and os_flavor == "linux" %}
pinentry-program /usr/bin/pinentry-qt
{% elif install_graphics and os_flavor == "freebsd" %}
pinentry-program /usr/local/bin/pinentry-qt5
{% endif %}