From 87a1e6fd8e2e8a18a357348455b1bef34ae3a971 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 10 Nov 2012 20:26:25 +0100 Subject: log pyhoca-cli activity to syslog, add options --add-to-known-hosts --- x2go-session.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go-session.in b/x2go-session.in index e95786f..8cf9844 100755 --- a/x2go-session.in +++ b/x2go-session.in @@ -1,7 +1,7 @@ #!/bin/bash if [ -e ~/.x2go-socket ]; then - @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin + @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin --add-to-known-hosts 2>&1 | logger -t lightdm-remote-session-x2go -- else zenity --warning --text="Unable to locate X2GoSession/PyHoca socket" fi; -- cgit v1.2.3