The branch, build-baikal has been updated via 5070d10db55dc6fc389aedc1d711c22ddb08f88d (commit) from 8d33e20a4c0921e8de364f95af7de5916d3c4b90 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2goserver/lib/x2golistsessions_root | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2goserver/lib/x2golistsessions_root b/x2goserver/lib/x2golistsessions_root index 1e60493..c3c1065 100755 --- a/x2goserver/lib/x2golistsessions_root +++ b/x2goserver/lib/x2golistsessions_root @@ -36,6 +36,8 @@ sub check_stat return 1; } +my $x2go_lib_path="`dirname $0`/../x2go/lib" + my $uname; my $serv=shift; @@ -62,7 +64,7 @@ for (my $i=0;$i<@outp;$i++) { if (!check_stat(@sinfo[1],@sinfo[11])) { - system("su - @sinfo[11] -c \"x2gochangestatus 'S' @sinfo[1]\" > /dev/null"); + system("export X2GO_LIB_PATH=$x2go_lib_path; su - @sinfo[11] -c \"\$X2GO_LIB_PATH/x2gochangestatus 'S' @sinfo[1]\" > /dev/null"); @outp[$i] =~ s/\|R\|/\|S\|/; } } hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).