The branch, master has been updated via 0cc91226797b9ceb25b9961c664f015eb947a006 (commit) from 92047718334612a8ad2b9edbc01fddf2d6cef6b5 (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 0cc91226797b9ceb25b9961c664f015eb947a006 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 30 11:22:37 2011 +0200 some shots are to quick... fix for last commit ----------------------------------------------------------------------- Summary of changes: .../bin/x2goserver-run-extensions | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver-extensions/bin/x2goserver-run-extensions b/x2goserver-extensions/bin/x2goserver-run-extensions index 83e953c..c46400e 100755 --- a/x2goserver-extensions/bin/x2goserver-run-extensions +++ b/x2goserver-extensions/bin/x2goserver-run-extensions @@ -31,7 +31,7 @@ X2GO_SESSION=$1 X2GO_MODALITY=$2 # scan extensions and execute them -find /usr/lib/x2go/extensions/pre-start.d/ -maxdepth 1 -mindepth 1 | egrep "^[0-9]{3}_[:alnum:]+" | sort | while read x2go_extension; do +find /usr/lib/x2go/extensions/$X2GO_MODALITY/ -maxdepth 1 -mindepth 1 | egrep "^[0-9]{3}_[:alnum:]+" | sort | while read x2go_extension; do $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "executing $x2go_extension with option $X2GO_SESSION" $x2go_extension $X2GO_SESSION &>/dev/null && { $X2GO_LIB_PATH/x2gosyslog "$0" "info" "$x2go_extension$(basename $0) for session $X2GO_SESSION has finished sucessfully" 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).