[X2Go-Commits] [live-build-x2go] 119/167: syntax fix

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 00:32:54 CET 2017


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

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround
in repository live-build-x2go.

commit 1489ecc52f49aa196562af83528dbc489578a80d
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sat Sep 16 18:39:21 2017 +0200

    syntax fix
---
 config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
index c951e06..b0d896e 100755
--- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
@@ -113,7 +113,7 @@ if grep -q ' branding=' /proc/cmdline; then
 		sleep 2
 	done
 	[ -n "\$OLDCON" ] && chvt \$OLDCON
-	\$BRANDING='--branding=/etc/x2go/branding.svg'
+	BRANDING='--branding=/etc/x2go/branding.svg'
 fi
 BACKGROUND=''
 if grep -q ' bg=' /proc/cmdline; then
@@ -124,7 +124,7 @@ if grep -q ' bg=' /proc/cmdline; then
 		sleep 2
 	done
 	[ -n "\$OLDCON" ] && chvt \$OLDCON
-	\$BACKGROUND='--background=/etc/x2go/bg.svg'
+	BACKGROUND='--background=/etc/x2go/bg.svg'
 fi
 
 # Spawn X2GoClient

--
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