Exit if cannot bootstrap

This commit is contained in:
Brad Warren 2016-06-02 16:00:19 -07:00
parent b9ce09419f
commit 76a939ceb3

View file

@ -197,6 +197,7 @@ Bootstrap() {
echo "You will need to bootstrap, configure virtualenv, and run pip install manually."
echo "Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites"
echo "for more info."
exit 1
fi
}