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
c625efdf7f
commit
b1ba95cda9
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ elif [ -f /etc/redhat-release ]; then
|
|||
|
||||
# Handle legacy RPM distributions
|
||||
if [ "$PYVER" -eq 26 ]; then
|
||||
# Check if the automated rebootstrap can be achieved on this system.
|
||||
# Check if an automated bootstrap can be achieved on this system.
|
||||
if ! CheckPython36SclIsAvailable; then
|
||||
INTERACTIVE_REBOOTSTRAP=1
|
||||
INTERACTIVE_REBOOTSTRAP_MESSAGE="Enable the SCL repository and try running Certbot again."
|
||||
|
|
|
|||
Loading…
Reference in a new issue