The branch, build-baikal has been updated via 469add7e3902442e00ca3a87c5e665673dce2547 (commit) from b389abfb91c3d7855cf80910d0ec1d850ae44fbb (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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index f973104..fa2f075 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -74,10 +74,9 @@ if [ "$cmd" == "MAILCLIENT" ]; then fi if [ "$cmd" == "OFFICE" ]; then - if [ -e "/usr/bin/ooffice" ] - then - cmd="/usr/bin/ooffice" - fi + if [ -e "/usr/bin/ooffice" ]; then + cmd="/usr/bin/ooffice" + fi fi if [ "$cmd" == "TERMINAL" ]; then 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).