[X2Go-Commits] x2godesktopsharing.git - build-main (branch) updated: 3.0.1.2-22-gae952c3
X2Go dev team
git-admin at x2go.org
Sat Jun 8 01:13:23 CEST 2013
The branch, build-main has been updated
via ae952c3ad02ebd5231b425cfcc13c8a6515c01d8 (commit)
from afbd6ea63298d948d3543143e13ed12db7b3fddd (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:
bin/x2godesktopsharing-terminate | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/bin/x2godesktopsharing-terminate b/bin/x2godesktopsharing-terminate
index e2ef51a..3a14cbc 100755
--- a/bin/x2godesktopsharing-terminate
+++ b/bin/x2godesktopsharing-terminate
@@ -38,7 +38,7 @@ for process_id in `pidof x2godesktopsharing`; do
env_of_process=${env_of_process//^@/\\n}
display=$(echo -e $env_of_process | egrep "^DISPLAY=.*$" | cut -d"=" -f2)
if echo $display | grep $X2GO_DISPLAY &>/dev/null; then
- echo kill -SIGTERM $process_id
+ kill -SIGTERM $process_id
fi
done
hooks/post-receive
--
x2godesktopsharing.git (Desktop Sharing for X2Go)
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 "x2godesktopsharing.git" (Desktop Sharing for X2Go).
More information about the x2go-commits
mailing list