This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit e9aecce42ac9dbabebf15808276d1883c0ad1988 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 27 23:25:13 2014 +0200 typo fix --- X2Go/Server/Agent/NX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm index 9cce1d3..187b25e 100644 --- a/X2Go/Server/Agent/NX.pm +++ b/X2Go/Server/Agent/NX.pm @@ -80,7 +80,7 @@ sub get_agent_state if ( -d "/tmp-inst/${user}/.x2go-${user}" ) { $stateFile="/tmp-inst/${user}/.x2go-".$user."/C-".$sess."/state"; } else { - $stateFile = "/tmp/.x2go-".$user."/C-".$sess."/state";+ + $stateFile = "/tmp/.x2go-".$user."/C-".$sess."/state"; } if (! -e $stateFile ) { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git