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 e85df5c5c648bf6fd85adf15234cc74b0273cf24 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Sun Feb 11 14:07:59 2018 +0100 typofix --- config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions b/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions index 76ee95b..5a807a3 100755 --- a/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions +++ b/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions @@ -88,7 +88,7 @@ X2GoGetPortableAppSessions () # obviously, we need a mountpoint for it ... mkdir -p /media/fixeddisks/$NEXTDEVICE # and now we can try to mount it. Needs to be in rw mode, as in minidesktop mode, people might want to try to save back changes. - mount -/dev/$NEXTDEVICE /media/fixeddisks/$NEXTDEVICE + mount /dev/$NEXTDEVICE /media/fixeddisks/$NEXTDEVICE if check_for_config /media/fixeddisks/$NEXTDEVICE ; then # if we managed to pull a config off of it (or save one on it), we make a note of this ... touch /var/lib/live/config/x2goportableappsessions -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git