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 6b2de453dcbdb082398b765831c5a63eb11b26a1 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Thu Feb 8 14:05:00 2018 +0100 fixed "touch" file name --- .../includes.chroot/lib/live/config/2280-x2go-getportableappsessions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions b/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions index b3ea1a7..cedd90a 100755 --- a/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions +++ b/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions @@ -72,7 +72,7 @@ X2GoGetPortableAppSessions () # so let's check if we have a config directory at that mountpoint. if check_for_config $MNTPT ; 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/opensshclientkeys + touch /var/lib/live/config/x2goportableappsessions # and quit right here. exit 0 fi @@ -90,7 +90,7 @@ X2GoGetPortableAppSessions () if check_for_config /media/fixeddisks/$NEXTDEVICE ; then # we umount, then make a note that we succeeded ... umount /media/fixeddisks/$NEXTDEVICE - touch /var/lib/live/config/opensshclientkeys + touch /var/lib/live/config/x2goportableappsessions # and quit right here. exit 0 fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git