aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-10 20:26:25 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-10 20:26:25 +0100
commit87a1e6fd8e2e8a18a357348455b1bef34ae3a971 (patch)
tree59593c216c13d32f80e64916a5a5a1049afa0ddf
parent6c01f5952ecb745d8320db81a64e268da138631e (diff)
downloadlightdm-remote-session-x2go-87a1e6fd8e2e8a18a357348455b1bef34ae3a971.tar.gz
lightdm-remote-session-x2go-87a1e6fd8e2e8a18a357348455b1bef34ae3a971.tar.bz2
lightdm-remote-session-x2go-87a1e6fd8e2e8a18a357348455b1bef34ae3a971.zip
log pyhoca-cli activity to syslog, add options --add-to-known-hosts
-rwxr-xr-xx2go-session.in2
1 files changed, 1 insertions, 1 deletions
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;