faq-remote-X11-beta.md
... ...
@@ -30,7 +30,7 @@ You can adjust the desktop size after the session has started.
30 30
No client software needed. This example command launches an xpra session in a [tmux](faq-running-remote-jobs-after-disconnecting) session.
31 31
32 32
Connect to the [SBGrid/CMCD VPN](faq-connecting-to-cmcd-vpn)
33
-Connect to your workstation and run this command.
33
+Connect to your workstation and run this command (example scripts are using `bash` shell).
34 34
35 35
```bash
36 36
tmux new-session -d -s "xpra-desktop" "xpra start-desktop --start=mate-session :$((10 + RANDOM % 999)) --pulseaudio=no --daemon=no --bind-tcp=0.0.0.0:8989 --tcp-auth=password:value=pass1234"