#!/bin/sh

rm -f /DISK2/message

LANGID=$( cat /DISK2/selene.conf | grep language= | cut -d= -f2 )
if [ -z "$LANGID" ]; then
	LANGID=0
fi

if [ ! -d /DISK2/message ]; then
	/bin/sh /MMP/usr/bin/setup_language.sh ${LANGID}
fi

rm -f /DISK2/etc/start.d/S01Opensat
