summaryrefslogtreecommitdiffstats
path: root/modules.d/slx-splash/scripts/slx-splash-exam.sh
blob: 251f95c3b257b5ba3a933cb4d94cc3d733a85ea8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

[ -n "$SLX_PXE_SERVER_IP" ] || . /etc/openslx

# Let's do this even in "no splash" mode to be sure
if [ -n "$SLX_EXAM" ]; then
	splashtool --tl "/etc/splash.ppm" &
fi

: