The branch, master has been updated via cf342ebc247537b55b41bc13b40966947437984d (commit) from b886c07468b81f52648d0c49db276c52e0806308 (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 cf342ebc247537b55b41bc13b40966947437984d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 26 01:14:23 2013 +0100 fix typo in x2goterminate-session/x2gosuspend-session ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2gosuspend-session | 2 +- x2goserver/bin/x2goterminate-session | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2gosuspend-session b/x2goserver/bin/x2gosuspend-session index 3252ea5..46643b4 100755 --- a/x2goserver/bin/x2gosuspend-session +++ b/x2goserver/bin/x2gosuspend-session @@ -27,7 +27,7 @@ usage() { if [ $# -eq 1 ]; then SESSION_NAME="$1" -elif +elsif SESSION_NAME="$X2GO_SESSION" else usage diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session index d4c38a4..488ec1b 100755 --- a/x2goserver/bin/x2goterminate-session +++ b/x2goserver/bin/x2goterminate-session @@ -27,7 +27,7 @@ usage() { if [ $# -eq 1 ]; then SESSION_NAME="$1" -elif +elsif SESSION_NAME="$X2GO_SESSION" else usage 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).