From e98a95d8067c185e541c26892316b3de649c5758 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 21 Sep 2015 16:05:15 +0200 Subject: [PATCH] veille.sh: use a 'ps' command to kill KeePass's PID. --- veille.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/veille.sh b/veille.sh index 87f4bf9..967021c 100755 --- a/veille.sh +++ b/veille.sh @@ -20,8 +20,8 @@ rm -rf /tmp/ssh-* killall gpg-agent # Delete everything link to ssh-agent or gpg-agent rm -rf ~/.keychain/* -# Kill mono (that runs KeePass!) -killall mono +# Keepass2 (killall keepass, both those launch with 'mono' and those launch with 'cli) +ps ax | grep -v 'awk' | awk '/keepass2/,NF=1' | xargs kill # Lock the screen #i3lock -c 000000 --pointer win -d i3lock -i /home/jegardai/Images/system/empire_needs_you.png --pointer win -d -e -t