From 26fbdfa1339de88b7c11103803c1d4f48e3bbd6b Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 20 Nov 2017 14:56:13 +0100 Subject: Kill gpg-agent with killall(1) again ... gpgconf unfortunately proved to not work quite as expected either. --- .req_pwd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.req_pwd.sh b/.req_pwd.sh index 2a1c4bb..78a98a1 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 -gpgconf --kill gpg-agent >&2 +killall gpg-agent >&2 pass "$1" && exit # if pass fails, request password manually -- cgit v1.2.3-70-g09d2