From 05faf29136213cbee54dbff4db73464206f4a4ba Mon Sep 17 00:00:00 2001 From: Martin Urbanec Date: Mon, 14 Sep 2020 22:18:11 +0200 Subject: [PATCH] Kill spawned ssh agent in new_wikis_handler.sh wrapper script --- new_wikis_handler.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/new_wikis_handler.sh b/new_wikis_handler.sh index cab08d9..293ae7c 100755 --- a/new_wikis_handler.sh +++ b/new_wikis_handler.sh @@ -2,3 +2,4 @@ eval $(ssh-agent) python3 /data/project/phabbot/phabbot/new_wikis_handler.py /data/project/phabbot/phabbot/creds.json 10000000 +pkill -u $USER ssh-agent