X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=user%2Fbash_logout;h=59a12fcda4db48a8316fae73fb4bf3fa7d37855f;hb=c5f8e8d2a9f9ddf00240611ad3c98b9a02ff5c6d;hp=a9766fd512869ea669192c1161f1c2cbaa12839d;hpb=62ce1bfe6779ce480c65cdfe7fc6303102dee0dc;p=ConfigScripts.git diff --git a/user/bash_logout b/user/bash_logout index a9766fd..59a12fc 100644 --- a/user/bash_logout +++ b/user/bash_logout @@ -8,6 +8,8 @@ # - Initial version. # +[ -e /tmp/ConfigDebug.$USER ] && echo " >> ~/.bash_logout ..." + # clean up SSH agents [ $SSH_AGENT_PID ] && eval `ssh-agent -k`