#!/bin/sh
#
# start GeeXboX installator
#
# runlevels: install

echo "### Starting installator ###"

sleep 3
/bin/sh /sbin/installator

exit 0
