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 6e84ed1bfa9659a4b0292934a40d5e55309e2151 Author: Stefan Baur (BAUR-ITCS) <kontakt@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