The branch, build-main has been updated via b389abfb91c3d7855cf80910d0ec1d850ae44fbb (commit) from bacef836dbccd17b4aafa2a50d02fdefeac9316a (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 4ce5a70..f973104 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -105,7 +105,7 @@ fi if [ "$EXEC" != "" ] && [ -x `which $cmd` ]; then $cmd - #### some applications can quit immediately, we waiting until x2goagent exists + #### some applications can quit immediately, we will wait here as long as x2goagent exists if [ "$X2GO_SESS_TYPE" == "R" ] && [ "$IMEXIT" == "false" ]; then while [ -d /proc/$X2GO_AGENT_PID ]; do sleep 1 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).