From b1ba95cda91dfb8cfc384ec2ee72c8722f5bc0fb Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 17 Oct 2019 10:37:09 +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 45bea4063..ef6848b08 100755 --- a/letsencrypt-auto-source/letsencrypt-auto.template +++ b/letsencrypt-auto-source/letsencrypt-auto.template @@ -355,7 +355,7 @@ elif [ -f /etc/redhat-release ]; then # Handle legacy RPM distributions if [ "$PYVER" -eq 26 ]; then - # Check if the automated rebootstrap can be achieved on this system. + # Check if an automated bootstrap can be achieved on this system. if ! CheckPython36SclIsAvailable; then INTERACTIVE_REBOOTSTRAP=1 INTERACTIVE_REBOOTSTRAP_MESSAGE="Enable the SCL repository and try running Certbot again."