[X2Go-Commits] [live-build-x2go] 48/108: add additional symlink so our workaround re:deleted files in portable mode can actually be used from win and lin without changing paths

git-admin at x2go.org git-admin at x2go.org
Wed Mar 20 22:13:14 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 794f384efd92c9213ffaae951d187bfe234f1864
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Feb 19 12:32:53 2018 +0100

    add additional symlink so our workaround re:deleted files in portable mode can actually be used from win and lin without changing paths
---
 config/includes.chroot/lib/live/config/2270-getsshclientkeysfrommedia | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2270-getsshclientkeysfrommedia b/config/includes.chroot/lib/live/config/2270-getsshclientkeysfrommedia
index 9802706..8429935 100755
--- a/config/includes.chroot/lib/live/config/2270-getsshclientkeysfrommedia
+++ b/config/includes.chroot/lib/live/config/2270-getsshclientkeysfrommedia
@@ -48,9 +48,10 @@ GetSSHClientKeysFromMedia ()
 					done
 
 					# this is so the path name in the sessions file matches again
-					# (cannot use .ssh on FAT, for example)
+					# (cannot create .ssh on FAT using Windows Explorer, for example)
 					#
 					ln -s $USERHOME/.ssh $USERHOME/ssh
+					ln -s $USERHOME/.ssh $USERHOME/sshkeys # this is because x2goclient --portable currently deletes .ssh and ssh (which is dumb)
 
 					return 0
 				else

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