This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 38127c8dfab5e5dca0c47846f25ca14af513e4c8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 24 17:06:07 2014 +0200 fix inclusion of VERSION file in etc/x2gothinclient_settings --- management/etc/x2gothinclient_settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/etc/x2gothinclient_settings b/management/etc/x2gothinclient_settings index bddabe9..1314767 100644 --- a/management/etc/x2gothinclient_settings +++ b/management/etc/x2gothinclient_settings @@ -22,7 +22,7 @@ TC_PRETTY_NAME="X2Go TCE" # Adapt to your system!!! This path fits for Debian systems. Or provide the version manually. -TC_VERSION=`cat /usr/share/x2go/versions/VERSION.x2gothinclientmanagement` +TC_VERSION=`cat /usr/share/x2go/versions/VERSION.x2gothinclient-management` # base path for X2Go thin client files TC_BASE="/opt/x2gothinclient" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git