Update letsencrypt-auto-source/letsencrypt-auto.template

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Adrien Ferrand 2019-09-12 00:24:50 +02:00 committed by GitHub
parent 122c373bc0
commit 670fc4790b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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