Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eckersley <pde@users.noreply.github.com>2016-06-15 00:29:28 +0300
committerGitHub <noreply@github.com>2016-06-15 00:29:28 +0300
commit4da0ee6185313a18fee10286d8b7f53db952384e (patch)
tree669878116fd66daf9641515192b85be52940ed3d
parent6dcc2bcf39e4cc4f5a1ee3055a7979b3ebcad667 (diff)
parentc9bdc19851f2bae586c27663747723535fe19a51 (diff)
Merge pull request #3111 from certbot/exit-if-no-bootstrap
Exit if cannot bootstrap in certbot-auto
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto1
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto.template1
2 files changed, 2 insertions, 0 deletions
diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto
index c8228b36f..1e3118848 100755
--- a/letsencrypt-auto-source/letsencrypt-auto
+++ b/letsencrypt-auto-source/letsencrypt-auto
@@ -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
}
diff --git a/letsencrypt-auto-source/letsencrypt-auto.template b/letsencrypt-auto-source/letsencrypt-auto.template
index e8f313208..ecc9a042a 100755
--- a/letsencrypt-auto-source/letsencrypt-auto.template
+++ b/letsencrypt-auto-source/letsencrypt-auto.template
@@ -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
}