From 670fc4790b69b64abd8a325fdfacfcfef0ac298e Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 12 Sep 2019 00:24:50 +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 9a97e4057..63c133a41 100755 --- a/letsencrypt-auto-source/letsencrypt-auto.template +++ b/letsencrypt-auto-source/letsencrypt-auto.template @@ -353,7 +353,7 @@ elif [ -f /etc/redhat-release ]; then } EnablePython36SCL() { # Do nothing if Python 3.6 is already available - if ! python3.6 --version > /dev/null 2> /dev/null; then + if ! "$EXISTS" python3.6 > /dev/null 2> /dev/null; then # Do nothing if SCL Python 3.6 is not installed if [ -f /opt/rh/rh-python36/enable ]; then set +e