[X2Go-Commits] [live-build-x2go] 70/108: silence wget and make it only download newer files than the ones already present

git-admin at x2go.org git-admin at x2go.org
Wed Mar 20 22:13:19 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 be91c0f549cd3a6bcda549bc0cb640dda9d30bf9
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sun Jan 6 21:10:32 2019 +0000

    silence wget and make it only download newer files than the ones already present
---
 .../etc/X11/Xsession.d/60x11-spawn-configure-slideshow-screensaver      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1891377..aafb412 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
@@ -17,7 +17,7 @@ else
 			# this could be an URI
 			# TODO move this download part to an earlier script
 			mkdir -p $IMAGEDIR/slides/
-			wget -P $IMAGEDIR/slides/ ${XSAVERIMAGES//|/ }
+			wget -q -P $IMAGEDIR/slides/ -N ${XSAVERIMAGES//|/ }
 	fi
 
 	IDLE_TIME=$(($XSAVERIDLETIME*1000))

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