From 994dc3586a28a3f6fcdc9fb8b67e98ab76671353 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 17 Dec 2019 15:12:15 +0100 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 08d06887f..d080b69a5 100755 --- a/letsencrypt-auto-source/letsencrypt-auto.template +++ b/letsencrypt-auto-source/letsencrypt-auto.template @@ -334,7 +334,7 @@ elif [ -f /etc/redhat-release ]; then RPM_DIST_NAME=`(. /etc/os-release 2> /dev/null && echo $ID) || echo "unknown"` if [ "$PYVER" -eq 26 -a $(uname -m) != 'x86_64' ]; then - # 32 bits CentOS 6 and affiliates (except RHEL) are not supported anymore by certbot-auto. + # 32 bits CentOS 6 and affiliates are not supported anymore by certbot-auto. DEPRECATED_OS=1 fi