Merge pull request #3111 from certbot/exit-if-no-bootstrap

Exit if cannot bootstrap in certbot-auto
This commit is contained in:
Peter Eckersley 2016-06-14 14:29:28 -07:00 committed by GitHub
commit 4da0ee6185
2 changed files with 2 additions and 0 deletions

View file

@ -527,6 +527,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
}

View file

@ -201,6 +201,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
}