From dcfddd2f3e5d72b43d24c84a3a06434479425322 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 8 May 2018 15:06:49 +0200 Subject: x2go-session.in: Re-format pyhoca-cli command call. --- x2go-session.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x2go-session.in b/x2go-session.in index 787f163..c0fa7d6 100755 --- a/x2go-session.in +++ b/x2go-session.in @@ -22,7 +22,13 @@ socket="$HOME/.x2go-socket"; if [ -e "$socket" ]; then - socat unix-connect:"$socket" - | /usr/bin/pyhoca-cli --from-stdin --add-to-known-hosts --kbd-type auto --sound pulse 2>&1 | logger -t lightdm-remote-session-x2go -- + socat unix-connect:"$socket" - | /usr/bin/pyhoca-cli --from-stdin \ + --add-to-known-hosts \ + --kbd-type auto \ + --sound pulse \ + 2>&1 \ + \ + | logger -t lightdm-remote-session-x2go -- else zenity --warning --text="Unable to locate X2GoSession/PyHoca socket" fi; -- cgit v1.2.3