[X2Go-Commits] [live-build-x2go] 97/108: variable cleanup

git-admin at x2go.org git-admin at x2go.org
Wed Mar 20 22:13:25 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 6d58d6b200c9da1678b3e9b20b54f00831c7cc71
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Fri Feb 1 14:36:38 2019 +0000

    variable cleanup
---
 .../etc/X11/Xsession.d/60x11-spawn-configure-slideshow-screensaver    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-configure-slideshow-screensaver b/config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-configure-slideshow-screensaver
index b924f90..859884d 100644
--- a/config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-configure-slideshow-screensaver
+++ b/config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-configure-slideshow-screensaver
@@ -16,8 +16,8 @@ else
 	if echo "$XSAVERIMAGES" | grep -q "://" ; then
 			# this could be an URI
 			# TODO move this download part to an earlier script
-			mkdir -p $IMAGEDIR/slides/
-			wget -q -P $IMAGEDIR/slides/ -N ${XSAVERIMAGES//|/ }
+			mkdir -p $SLIDESDIR
+			wget -q -P $SLIDESDIR -N ${XSAVERIMAGES//|/ }
 	fi
 
 	[ -z "$XSAVERIDLETIME" ] && XSAVERIDLETIME=300 # default to 5 minutes if parameter wasn't set

--
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