summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.req_pwd.sh2
1 files changed, 1 insertions, 1 deletions
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