From 924df4c162d1b42db769fffac613ff170c54c864 Mon Sep 17 00:00:00 2001 From: Tharre Date: Fri, 13 Oct 2017 12:06:51 +0200 Subject: Kill gpg-agent again, this time via gpgconf Reloading the gpg-agent does not seem to work. --- .req_pwd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.req_pwd.sh b/.req_pwd.sh index 28518b7..2a1c4bb 100755 --- a/.req_pwd.sh +++ b/.req_pwd.sh @@ -5,7 +5,7 @@ pass "$1" && exit # maybe gpg-agent is acting up, retry after restarting it -gpg-connect-agent reloadagent /bye >&2 +gpgconf --kill gpg-agent >&2 pass "$1" && exit # if pass fails, request password manually -- cgit v1.2.3-70-g09d2