[X2Go-Commits] [live-build-x2go] 117/167: syntax fix
    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 53586c8083f7c77ff305d8fcc9b8f4c8e9f902db
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sat Sep 16 18:33:52 2017 +0200
    syntax fix
---
 config/includes.chroot/lib/live/config/2710-x2go-getbranding | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/includes.chroot/lib/live/config/2710-x2go-getbranding b/config/includes.chroot/lib/live/config/2710-x2go-getbranding
index 992371e..39dfc5a 100755
--- a/config/includes.chroot/lib/live/config/2710-x2go-getbranding
+++ b/config/includes.chroot/lib/live/config/2710-x2go-getbranding
@@ -12,7 +12,7 @@ X2GoGetBranding ()
 		       awk -F'=' ' /^branding=/ { print $2 }')
 	BRANDINGDESTINATION=/etc/x2go/branding.svg
 
-	if [ -n "$BRANDINGURL"] ; then
+	if [ -n "$BRANDINGURL" ] ; then
 		cat >/etc/network/if-up.d/0410-getbranding <<GETBRAND
 #!/bin/bash
 export TERM=linux;
--
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