From dedd42697927e3e709a379be4017ff33611ebf07 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 23 Oct 2019 20:57:22 +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 7371ea446..86fe0df94 100755 --- a/letsencrypt-auto-source/letsencrypt-auto.template +++ b/letsencrypt-auto-source/letsencrypt-auto.template @@ -597,7 +597,7 @@ if [ "$1" = "--le-auto-phase2" ]; then # If it is because of the bootstrap, --non-interactive will be of no use. if [ "$INTERACTIVE_BOOTSTRAP" = 1 ]; then error "Skipping upgrade because new OS dependencies may need to be installed." - error "This requires a manual user intervention: please run this script again manually." + error "This requires manual user intervention: please run this script again manually." # If this is because of the environment (eg. non interactive shell without # --non-interactive flag set), help the user in that direction. else