From e422483023dc63f03b92278e988823aed3560153 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 12 May 2018 22:38:58 +0200 Subject: x2go-session.in: Launch pyhoca-cli with --try-resume option (added in PyHoca-CLI 0.5.99.1). --- x2go-session.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x2go-session.in') diff --git a/x2go-session.in b/x2go-session.in index 36d1b3b..66dd62a 100755 --- a/x2go-session.in +++ b/x2go-session.in @@ -22,7 +22,8 @@ socket="$HOME/.x2go-socket"; if [ -e "$socket" ]; then - socat unix-connect:"$socket" - | /usr/bin/pyhoca-cli --from-stdin \ + socat unix-connect:"$socket" - | /usr/bin/pyhoca-cli --try-resume \ + --from-stdin \ --add-to-known-hosts \ --kbd-type auto \ --sound pulse \ -- cgit v1.2.3