Ensure to kill gpg-agent process.

This commit is contained in:
gardouille 2017-06-26 13:52:51 +02:00
parent 9f5d3b809e
commit acbe82765a
1 changed files with 1 additions and 1 deletions

View File

@ -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)