From 89c1075c2e4ced6867b8169c42c5bcfd96443247 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 24 Oct 2019 00:27:56 +0200 Subject: [PATCH] Update letsencrypt-auto-source/letsencrypt-auto.template Co-Authored-By: Brad Warren --- letsencrypt-auto-source/letsencrypt-auto.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-auto-source/letsencrypt-auto.template b/letsencrypt-auto-source/letsencrypt-auto.template index 86fe0df94..9ce8845b6 100755 --- a/letsencrypt-auto-source/letsencrypt-auto.template +++ b/letsencrypt-auto-source/letsencrypt-auto.template @@ -573,7 +573,7 @@ if [ "$1" = "--le-auto-phase2" ]; then # If the selected Bootstrap function isn't a noop and it differs from the # previously used version if [ -n "$BOOTSTRAP_VERSION" -a "$BOOTSTRAP_VERSION" != "$PREV_BOOTSTRAP_VERSION" ]; then - # Check if we can rebootstrap without manual user intervention: this require that + # Check if we can rebootstrap without manual user intervention: this requires that # certbot-auto is in non-interactive mode AND selected bootstrap does not claim to # require a manual user intervention. if [ "$NONINTERACTIVE" = 1 -a "$INTERACTIVE_BOOTSTRAP" != 1 ]; then