[ ! -d /relay ] && mkdir /relay
if [ "`grep relayfs /etc/fstab`" == "" ]
then
	echo '#none	/relay	relayfs	defaults	0 0' >> /etc/fstab
fi

