summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-11-20 14:56:13 +0100
committerTharre <tharre3@gmail.com>2017-11-20 14:56:13 +0100
commit26fbdfa1339de88b7c11103803c1d4f48e3bbd6b (patch)
tree4c499ab0af237c72d34df6736d96cb0b921ad293
parente35ec3294b4f181d1fc641ac94328386b6312ca7 (diff)
downloaddotfiles-26fbdfa1339de88b7c11103803c1d4f48e3bbd6b.tar.gz
dotfiles-26fbdfa1339de88b7c11103803c1d4f48e3bbd6b.tar.xz
dotfiles-26fbdfa1339de88b7c11103803c1d4f48e3bbd6b.zip
Kill gpg-agent with killall(1) again ...
gpgconf unfortunately proved to not work quite as expected either.
-rwxr-xr-x.req_pwd.sh2
1 files changed, 1 insertions, 1 deletions
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