[X2Go-Commits] [live-build-x2go] 100/108: yet another variable fix

git-admin at x2go.org git-admin at x2go.org
Wed Mar 20 22:13:26 CET 2019


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 b715838aa94f58792e8bc7e4b26c735957c72636
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Fri Feb 1 20:16:48 2019 +0000

    yet another variable fix
---
 config/includes.chroot/etc/network/if-up.d/0440-getxscreensaverimgs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/etc/network/if-up.d/0440-getxscreensaverimgs b/config/includes.chroot/etc/network/if-up.d/0440-getxscreensaverimgs
index 4f1ed2c..307dcfd 100755
--- a/config/includes.chroot/etc/network/if-up.d/0440-getxscreensaverimgs
+++ b/config/includes.chroot/etc/network/if-up.d/0440-getxscreensaverimgs
@@ -35,7 +35,7 @@ if [ -n "$XSAVERIMAGES" ] ; then
 					done
 				fi
 			done
-		elif echo "$XROOT" | grep -q "://" ; then
+		elif echo "$XSAVERIMAGES" | grep -q "://" ; then
 			while ! wget -q -N -P $SLIDESDIR ${XSAVERIMAGES//|/ } ; do
 				echo -en "\n$(date +'%F | %T | ')still waiting for screensaver download (wget) ..." | tee -a /dev/tty8
 				sleep 5 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list