veille.sh: Clear keychain gpg-agent instead of killall process
This commit is contained in:
parent
75d5bee8ac
commit
85585fe396
|
@ -17,7 +17,7 @@ rm -rf ~/.ssh/socks/*
|
||||||
killall ssh-agent
|
killall ssh-agent
|
||||||
rm -rf /tmp/ssh-*
|
rm -rf /tmp/ssh-*
|
||||||
# GPG Agent
|
# GPG Agent
|
||||||
killall gpg-agent
|
keychain --agents gpg --clear
|
||||||
# Delete everything link to ssh-agent or gpg-agent
|
# Delete everything link to ssh-agent or gpg-agent
|
||||||
rm -rf ~/.keychain/*
|
rm -rf ~/.keychain/*
|
||||||
# Keepass2 (killall keepass, both those launch with 'mono' and those launch with 'cli)
|
# Keepass2 (killall keepass, both those launch with 'mono' and those launch with 'cli)
|
||||||
|
|
Loading…
Reference in New Issue