aboutsummaryrefslogtreecommitdiff
path: root/x2go-session.in
diff options
context:
space:
mode:
Diffstat (limited to 'x2go-session.in')
-rwxr-xr-xx2go-session.in3
1 files changed, 2 insertions, 1 deletions
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 \