#!/bin/sh
#
# /etc/startaes/myaes
#

# Starting MyAES
if [ -f /usr/local/sbin/startmyaes ]; then
	/usr/local/sbin/startmyaes
fi
