mirror of
https://github.com/certbot/certbot.git
synced 2025-12-18 21:46:05 -05:00
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:
parent
86f76cd3df
commit
b70a9f0987
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue