This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/openbox in repository live-build-x2go. commit 465fbe5f0c7fb351ab78885a28e30864b10302b6 Author: Stefan Baur (BAUR-ITCS) <kontakt@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