From acbe82765a1ee4d475eab55f08f1424ae5b3447b Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 26 Jun 2017 13:52:51 +0200 Subject: [PATCH] Ensure to kill gpg-agent process. --- veille.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veille.sh b/veille.sh index 74bc417..b2f63ef 100755 --- a/veille.sh +++ b/veille.sh @@ -18,7 +18,7 @@ killall ssh-agent rm -rf /tmp/ssh-* # GPG Agent keychain --agents gpg --clear -killall gpg-agent +kill $(pidof gpg-agent) # Delete everything link to ssh-agent or gpg-agent rm -rf ~/.keychain/* # Keepass2 (killall keepass, both those launch with 'mono' and those launch with 'cli)