blob: 0f139dd94a24bd1834505da75f90b25f8d5b54c6 (
plain)
1
2
3
4
5
|
#!/usr/bin/bash
# Setting TERM prevents the application from crashing with "System.Exception:
# Magic number is wrong: 542." See: https://github.com/mono/mono/issues/11557
TERM=xterm /opt/gog-bastion/start.sh
|