summaryrefslogtreecommitdiffstats
path: root/core/modules/safe-mode/data/etc/X11/Xsession.d/00-exam-mode
blob: d4ab5359282d85aa1db15ca8933b6c320eb2da15 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/ash Being sourced but hey

. /opt/openslx/config

if [ "x$SLX_EXAM" = "xyes" ]; then
	# Force usage of vmchooser
	set -- "$(which vmchooser)"
fi