[X2Go-Commits] [live-build-x2go] 116/167: syntax fixes

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 00:32:53 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 fc63b024f8ef18f5d1ca9c21e699364cc510284e
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sat Sep 16 18:31:22 2017 +0200

    syntax fixes
---
 config/includes.chroot/lib/live/config/2720-x2go-getbg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2720-x2go-getbg b/config/includes.chroot/lib/live/config/2720-x2go-getbg
index f15cad2..ccbf90a 100755
--- a/config/includes.chroot/lib/live/config/2720-x2go-getbg
+++ b/config/includes.chroot/lib/live/config/2720-x2go-getbg
@@ -12,7 +12,7 @@ X2GoGetBG ()
 		       awk -F'=' ' /^bg=/ { print $2 }')
 	BGDESTINATION=/etc/x2go/bg.svg
 
-	if [ -n "$BGURL"] ; then
+	if [ -n "$BGURL" ] ; then
 		cat >/etc/network/if-up.d/0420-getbg <<GETBG
 #!/bin/bash
 export TERM=linux;
@@ -58,4 +58,4 @@ GETBG
 	fi
 }
 
-X2GoGetBranding
+X2GoGetBG

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