[X2Go-Commits] [live-build-x2go] 65/160: path was wrong

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 01:55:41 CET 2017


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 9daa18b86af1dad563e97d60d3f9525aee8b5863
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jul 24 02:35:15 2017 +0200

    path was wrong
---
 config/includes.chroot/lib/live/config/2400-live-autoupdate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2400-live-autoupdate b/config/includes.chroot/lib/live/config/2400-live-autoupdate
index ed498bb..62a618c 100755
--- a/config/includes.chroot/lib/live/config/2400-live-autoupdate
+++ b/config/includes.chroot/lib/live/config/2400-live-autoupdate
@@ -69,7 +69,7 @@ echo -n " live-autoupdater (backgrounding update task)"
 		[ -z "$FINDFILE" ] && exit 0
 		for PARTITION in $LISTOFPARTITIONS ; do
 			mount $PARTITION $TEMPMOUNT
-			if ! [ -f $FINDFILE ] ; then
+			if ! [ -f "$TEMPMOUNT/$FINDFILE" ] ; then
 				umount $TEMPMOUNT
 			else
 				umount $TEMPMOUNT

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


More information about the x2go-commits mailing list