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 6d78b7eda9e30f36d0cde36cf59c6312cc01eafc Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Fri Jan 4 19:47:08 2019 +0100 typofix --- config/includes.chroot/etc/X11/Xsession.d/60x11-set-background | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/etc/X11/Xsession.d/60x11-set-background b/config/includes.chroot/etc/X11/Xsession.d/60x11-set-background index bb6f052..aded4ed 100644 --- a/config/includes.chroot/etc/X11/Xsession.d/60x11-set-background +++ b/config/includes.chroot/etc/X11/Xsession.d/60x11-set-background @@ -11,7 +11,7 @@ if [ -n "$XROOT" ] ; then if echo "$XROOTSHORT" | grep -q '^0x' && [ 8 = ${#XROOTSHORT} ] ; then # this should be a hex color string HEXCOLOR=${XROOTSHORT#0x} - if [ 6 = ${HEXCOLOR} ] ; then + if [ 6 = ${#HEXCOLOR} ] ; then xsetroot -solid "#$HEXCOLOR" # set requested color else xsetroot -grey # show that something's amiss -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git