mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Fix logic
This commit is contained in:
parent
a519b3aac6
commit
541ea83c59
2 changed files with 2 additions and 2 deletions
|
|
@ -517,7 +517,7 @@ BootstrapRpmPython3Legacy() {
|
|||
fi
|
||||
|
||||
# CentOS 6 must use rh-python36 from SCL
|
||||
if $TOOL list python3-virtualenv >/dev/null 2>&1; then
|
||||
if $TOOL list rh-python36 >/dev/null 2>&1; then
|
||||
python_pkgs="rh-python36
|
||||
"
|
||||
else
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ BootstrapRpmPython3Legacy() {
|
|||
fi
|
||||
|
||||
# CentOS 6 must use rh-python36 from SCL
|
||||
if $TOOL list python3-virtualenv >/dev/null 2>&1; then
|
||||
if $TOOL list rh-python36 >/dev/null 2>&1; then
|
||||
python_pkgs="rh-python36
|
||||
"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue