Don't kill ssh-agent on logout.

This commit is contained in:
hjp 2011-10-24 21:38:00 +00:00
parent 57ad0ce8fe
commit e632e21732
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
if [ -n "$SSH_AGENT_PID" ]
then
kill "$SSH_AGENT_PID"
fi