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

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:53:21 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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