Error if no ACME_SERVER_URIt.

This commit is contained in:
Brad Warren 2019-01-07 16:02:26 -08:00
parent 66f159c8e4
commit 8232db39fb

View file

@ -3,6 +3,11 @@
# A hackish script to see if the client is behaving as expected
# with each of the "passing" conf files.
if [ -z "$ACME_SERVER_URI" ]; then
echo Please set ACME_SERVER_URI.
exit 1
fi
export EA=/etc/apache2/
TESTDIR="`dirname $0`"
cd $TESTDIR/passing