[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-144-g0e597b9

X2Go dev team git-admin at x2go.org
Tue Mar 26 01:18:01 CET 2013


The branch, master has been updated
       via  0e597b998f41f9d09786f2ba51beb029e1800773 (commit)
      from  cf342ebc247537b55b41bc13b40966947437984d (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 0e597b998f41f9d09786f2ba51beb029e1800773
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 26 01:17:38 2013 +0100

    fix commit 163fb7f

-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2gosuspend-session   |    4 +---
 x2goserver/bin/x2goterminate-session |    4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

The diff of changes is:
diff --git a/x2goserver/bin/x2gosuspend-session b/x2goserver/bin/x2gosuspend-session
index 46643b4..2e6917d 100755
--- a/x2goserver/bin/x2gosuspend-session
+++ b/x2goserver/bin/x2gosuspend-session
@@ -27,10 +27,8 @@ usage() {
 
 if [ $# -eq 1 ]; then
 	SESSION_NAME="$1"
-elsif
-	SESSION_NAME="$X2GO_SESSION"
 else
-	usage
+	SESSION_NAME="$X2GO_SESSION"
 fi
 
 if [ -z $SESSION_NAME ]; then
diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session
index 488ec1b..2570220 100755
--- a/x2goserver/bin/x2goterminate-session
+++ b/x2goserver/bin/x2goterminate-session
@@ -27,10 +27,8 @@ usage() {
 
 if [ $# -eq 1 ]; then
         SESSION_NAME="$1"
-elsif
-        SESSION_NAME="$X2GO_SESSION"
 else
-        usage
+        SESSION_NAME="$X2GO_SESSION"
 fi
 
 if [ -z $SESSION_NAME ]; 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).




More information about the x2go-commits mailing list