]> arthur.barton.de Git - ConfigScripts.git/blobdiff - user/bash_logout
Enhance debug messages: print a line for each script.
[ConfigScripts.git] / user / bash_logout
index a9766fd512869ea669192c1161f1c2cbaa12839d..59a12fcda4db48a8316fae73fb4bf3fa7d37855f 100644 (file)
@@ -8,6 +8,8 @@
 #  - Initial version.
 #
 
+[ -e /tmp/ConfigDebug.$USER ] && echo " >> ~/.bash_logout ..."
+
 # clean up SSH agents
 [ $SSH_AGENT_PID ] && eval `ssh-agent -k`