The branch, build-baikal has been updated via bb802fa01525d261d92e6bed6bf56a7a11e4fea9 (commit) from 165bdd743f9c5b5a37878fb5e0ecf5ca74542f58 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2goruncommand | 3 +++ 1 file changed, 3 insertions(+) The diff of changes is: diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 6b038d9..7e8db47 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -110,14 +110,17 @@ then fi if [ "$EXEC" != "" ] && [ -x $EXEC ]; then + $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "running command $EXEC" $cmd #### some applications can quit immediately, we will wait here as long as x2goagent exists if [ "$X2GO_SESS_TYPE" == "R" ] && [ "$IMEXIT" == "false" ]; then + $X2GO_LIB_PATH/x2gosyslog "$0" "debug" "command $EXEC forked to background, waiting for agent to finish" while [ -d /proc/$X2GO_AGENT_PID ]; do sleep 1 done fi else + $X2GO_LIB_PATH/x2gosyslog "$0" "err" "ERROR: command $EXEC failed to execute" echo "X2GORUNCOMMAND ERR NOEXEC:$cmd" > $MESSAGE_FILE fi 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).