#!/bin/sh -e MYSTART="/mnt/host/start.sh" if [ -e "$MYSTART" ] ; then sh $MYSTART ; else exit 1 ; fi