#! /bin/sh

prefix="${GLOBUS_LOCATION-/usr}"
exec_prefix="${prefix}"

if [ -x ${exec_prefix}/sbin/globus-gram-audit ] ; then
${exec_prefix}/sbin/globus-gram-audit --quiet
fi

exit 0
