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 71b7b7c1c0f6283a9eaef37a62a15499dd4b2fc6 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Mon Jan 2 10:59:54 2017 +0100 name change --- .../lib/live/config/2400-x2go-getportableappsettings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings b/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings index f565018..4e417db 100755 --- a/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings +++ b/config/includes.chroot/lib/live/config/2400-x2go-getportableappsettings @@ -1,11 +1,11 @@ #!/bin/sh -X2GoGetPortableAppSettings () +X2GoGetPortableAppSessions () { # Output startup message # -echo -n " x2go-getportableappsettings" +echo -n " x2go-getportableappsessions" # This script is for using the iso-hybrid image along with the "second partition" patch # it allows you to share a configuration between X2GoClient for Windows in portable @@ -20,4 +20,4 @@ else fi } -X2GoGetPortableAppSettings +X2GoGetPortableAppSessions -- 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