This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit de4d84d9aa4ad7634b7854e72e1fb5f13bcef1b8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 26 19:33:44 2014 +0200 fix nodm preseeding --- minidesktop/sbin/x2gothinclient-preseed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minidesktop/sbin/x2gothinclient-preseed b/minidesktop/sbin/x2gothinclient-preseed index f0596c7..cf4734f 100755 --- a/minidesktop/sbin/x2gothinclient-preseed +++ b/minidesktop/sbin/x2gothinclient-preseed @@ -35,8 +35,8 @@ rm -f /etc/default/nodm # and finally preseed ocsinventory-agent do_preseed nodm nodm/enabled boolean true do_preseed nodm nodm/user string x2gothinclient -do_preseed nodm nodm/first_vt 5 -do_preseed nodm nodm/xsession /etc/x2go/x2gothinclient_init +do_preseed nodm nodm/first_vt string 5 +do_preseed nodm nodm/xsession string /etc/x2go/x2gothinclient_init echo "Silently running dpkg-reconfigure on package \"nodm\" ... " dpkg -l nodm 1>/dev/null 2>/dev/null && { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git