The branch, release/4.0.1.x has been updated via 0c3542c4b6710d97ad11f182e0ec8c0f5198b9e4 (commit) from 452498574b305425ec8a2e81b82ea86e4c5f67d4 (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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index b6ccf9b..7be8039 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -185,13 +185,13 @@ BNAME=`basename "$EXEC"` if [ "$BNAME" == "rdesktop" ] then IMEXIT="true" - which padsp >/dev/null && { + if which padsp >/dev/null; then EXEC_WRAPPER="padsp" args=" -r sound:local" - } - test -d "$HOME/media" && { - args+=" -r disk:X2GoMedia=$HOME/media" - } + fi + if [ -d "$HOME/media" ]; then + args+=" -r disk:X2GoMedia=$HOME/media" + fi fi if [ "$X2GO_SESS_TYPE" == "P" ] 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).