From d8263c42609ed08d0ec562c9dc5cccbd9cadf865 Mon Sep 17 00:00:00 2001 From: John Internet Date: Thu, 2 Jan 2020 22:08:48 +0000 Subject: [PATCH] Cat the agent ID? --- agent-stop | 1 + 1 file changed, 1 insertion(+) diff --git a/agent-stop b/agent-stop index f8f3b9f..647f286 100644 --- a/agent-stop +++ b/agent-stop @@ -6,6 +6,7 @@ if [ ! -z "$SSH_AGENT_PID" ]; then exit $? elif [ -f "/tmp/ssh-agent-id" ]; then echo "File Exists" + cat /tmp/ssh-agent-id SSH_AGENT_PID=$(cat /tmp/ssh-agent-id) ssh-agent -k exit $?