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 d7b55262a97d57a6c7b1b239b2db9ba41e6ec093 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Sat Sep 16 18:28:42 2017 +0200 fixed more missing escapes --- config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig index 584cf11..c951e06 100755 --- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig +++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig @@ -109,7 +109,7 @@ if grep -q ' branding=' /proc/cmdline; then while ! [ -s /etc/x2go/branding.svg ]; do OLDCON=\$(fgconsole) chvt 1 - echo "'$0' is waiting for a valid '/etc/x2go/branding.svg' file." + echo "'\$0' is waiting for a valid '/etc/x2go/branding.svg' file." sleep 2 done [ -n "\$OLDCON" ] && chvt \$OLDCON @@ -120,7 +120,7 @@ if grep -q ' bg=' /proc/cmdline; then while ! [ -s /etc/x2go/bg.svg ]; do OLDCON=\$(fgconsole) chvt 1 - echo "'$0' is waiting for a valid '/etc/x2go/bg.svg' file." + echo "'\$0' is waiting for a valid '/etc/x2go/bg.svg' file." sleep 2 done [ -n "\$OLDCON" ] && chvt \$OLDCON @@ -135,7 +135,7 @@ else while ! [ -s /etc/x2go/x2gothinclient_sessions ]; do OLDCON=\$(fgconsole) chvt 1 - echo "'$0' is waiting for a valid '/etc/x2go/x2gothinclient_sessions' file." + echo "'\$0' is waiting for a valid '/etc/x2go/x2gothinclient_sessions' file." sleep 2 done [ -n "\$OLDCON" ] && chvt \$OLDCON -- 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