#!/bin/sh

fslconf=/etc/fsl/fsl.sh

if [ -z "${FSLDIR}" ] && [ -e $fslconf ]; then
	. $fslconf
fi

exec /usr/lib/mricron/mricron "$@"
