The branch, master has been updated via 8fd1754c73f52028db96187f2d810e0c534b2777 (commit) from c3a457cf4ffe605dc8d200084925ad9fe5812171 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8fd1754c73f52028db96187f2d810e0c534b2777 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Feb 25 11:24:57 2012 +0100 fix path to /etc/x2go/x2go_logout.d ----------------------------------------------------------------------- Summary of changes: x2goserver/etc/x2go_logout | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver/etc/x2go_logout b/x2goserver/etc/x2go_logout index 39296d6..d321a03 100644 --- a/x2goserver/etc/x2go_logout +++ b/x2goserver/etc/x2go_logout @@ -2,7 +2,7 @@ # for Bash and Bash compatible shells (bash(1), ksh(1), ash(1), ...). if [ -d /etc/x2go/x2go_logout.d ]; then - for subscript in /etc/x2go_logout.d/*; do + for subscript in /etc/x2go/x2go_logout.d/*; do if [ -r $subscript ]; then # subscripts may fail, we ignore that here... . $subscript || true hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).