[X2Go-Commits] [live-build-x2go] 12/35: fixed indenting in config/includes.chroot/lib/live/config/2600-x2go-getsessions Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,

git-admin at x2go.org git-admin at x2go.org
Fri Apr 28 11:34:21 CEST 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/fvwm
in repository live-build-x2go.

commit af1215e0e72ed42ec1dc0175139e64d83d766b17
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sat Dec 17 01:29:29 2016 +0100

    fixed indenting in config/includes.chroot/lib/live/config/2600-x2go-getsessions
     Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
---
 .../lib/live/config/2600-x2go-getsessions          | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2600-x2go-getsessions b/config/includes.chroot/lib/live/config/2600-x2go-getsessions
index 20006b9..74524fc 100755
--- a/config/includes.chroot/lib/live/config/2600-x2go-getsessions
+++ b/config/includes.chroot/lib/live/config/2600-x2go-getsessions
@@ -2,16 +2,16 @@
 
 X2GoGetSessions ()
 {
-# Output startup message
-#
-echo -n " x2go-getsessions"
+	# Output startup message
+	#
+	echo -n " x2go-getsessions"
 
-        SESSIONSURL=$(cat /proc/cmdline | \
-                       tr ' ' '\n' | \
-                       awk -F'=' ' /^sessionsurl=/ { print $2 }')
-        if [ -n "$SESSIONSURL" ] && [ -d /etc/x2go ] ; then 
-	SESSIONSDESTINATION=/etc/x2go/x2gothinclient_sessions_new
-        cat >/etc/network/if-up.d/getsessions <<GETSESS
+	SESSIONSURL=$(cat /proc/cmdline | \
+		       tr ' ' '\n' | \
+		       awk -F'=' ' /^sessionsurl=/ { print $2 }')
+	if [ -n "$SESSIONSURL" ] && [ -d /etc/x2go ] ; then 
+		SESSIONSDESTINATION=/etc/x2go/x2gothinclient_sessions_new
+		cat >/etc/network/if-up.d/getsessions <<GETSESS
 #!/bin/bash
 export TERM=linux;
 
@@ -39,8 +39,8 @@ if [ -s $SESSIONSDESTINATION ] ; then
 fi
 
 GETSESS
-                chmod 755 /etc/network/if-up.d/getsessions
-        fi
+		chmod 755 /etc/network/if-up.d/getsessions
+	fi
 }
 
 X2GoGetSessions

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list