[X2Go-Commits] [live-build-x2go] 38/166: undid path change

git-admin at x2go.org git-admin at x2go.org
Mon Nov 20 02:16:44 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/mate-minidesktop
in repository live-build-x2go.

commit 8e666d78ab70304213252aefb22748f917d4a5e7
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jan 2 10:59:07 2017 +0100

    undid path change
---
 config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings b/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings
index 9444f01..f565018 100755
--- a/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings
+++ b/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings
@@ -14,7 +14,7 @@ echo -n " x2go-getportableappsettings"
 if [ -L /dev/disk/by-label/PORTABLEAPP ]; then 
 	mkdir -p /media/PORTABLEAPP && \
 	mount -o sync /dev/disk/by-label/PORTABLEAPP /media/PORTABLEAPP && \
-	ln -sf /media/PORTABLEAPP/x2goclient/sessions /home/user/.x2goclient/sessions
+	ln -sf /media/PORTABLEAPP/x2goclient/sessions /etc/x2go/x2gothinclient_sessions
 else
 	true
 fi

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