#!/bin/ash # This file is SOURCED # Kiosk mode? if [ -n "$SLX_BROWSER_URL" ]; then exec /opt/openslx/scripts/kiosk-launch fi true