veille.sh: Clear keychain gpg-agent instead of killall process

This commit is contained in:
gardouille 2016-01-14 09:44:54 +01:00
parent 75d5bee8ac
commit 85585fe396
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ rm -rf ~/.ssh/socks/*
killall ssh-agent
rm -rf /tmp/ssh-*
# GPG Agent
killall gpg-agent
keychain --agents gpg --clear
# 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)