#!/bin/sh

if [ "`whoami`" = "root" ]
	then 
		run-standalone.sh /opt/h-e-n/hostmode
	else
		sudo $0
fi
