[X2Go-Commits] [live-build-x2go] 43/58: undid path change

git-admin at x2go.org git-admin at x2go.org
Tue Feb 14 09:34:12 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 631b1c6a625f3781153a9cff0b5e9b1bcba71825
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jan 2 10:59:07 2017 +0100

    undid path change
---
 .../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