Commit 57295bd0 authored by Marco Mariani's avatar Marco Mariani

exit if $ZIMBRA_HOME is not defined

parent 719ee847
......@@ -27,6 +27,11 @@ OVERRIDE=no
ZIMBRA=no
MIRROR="http://cpan.yahoo.com/"
if [ -z $ZIMBRA_HOME ]; then
echo "ZIMBRA_HOME is not defined"
exit 10
fi
usage() {
echo ""
echo "Usage: "`basename $0`" [-b] -c [-p] [-s]" >&2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment