From b70a9f098797c88fe64cf9546f424ae0dbae129c Mon Sep 17 00:00:00 2001 From: ohemorange Date: Tue, 24 Jun 2025 14:07:55 -0700 Subject: [PATCH] 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. --- letsencrypt-auto-source/letsencrypt-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto index 46b8ba2b2..c37c45596 100755 --- a/letsencrypt-auto-source/letsencrypt-auto +++ b/letsencrypt-auto-source/letsencrypt-auto @@ -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() {