#!/bin/sh
#
# /etc/startaes/selectaes
#

# Starting StartAES
if [ -f /usr/local/sbin/selectaes ]; then
	/usr/local/sbin/selectaes
fi