Restore le-auto, which should not be modified (#10351)

https://github.com/certbot/certbot/pull/10297 modified
`letsencrypt-auto-source/letsencrypt-auto`. It should never be modified
except during a release, and we have a test to make sure of it. Old
scripts pull directly from that file on github, so let's put that back
asap.
This commit is contained in:
ohemorange 2025-06-24 14:07:55 -07:00 committed by GitHub
parent 86f76cd3df
commit b70a9f0987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ SuSudo() {
}
# Sets the environment variable SUDO to be the name of the program or function
# to call to get root access. If this script already has root privileges, SUDO
# to call to get root access. If this script already has root privleges, SUDO
# is set to an empty string. The value in SUDO should be run with the command
# to called with root privileges as arguments.
SetRootAuthMechanism() {