mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Update letsencrypt-auto-source/letsencrypt-auto.template
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
122c373bc0
commit
670fc4790b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue