mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Exit if cannot bootstrap
This commit is contained in:
parent
b9ce09419f
commit
76a939ceb3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue