diff options
-rwxr-xr-x | .req_pwd.sh | 2 |
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 |