diff --git a/letsencrypt/plugins/manual.py b/letsencrypt/plugins/manual.py index 65d7d6876..99463c362 100644 --- a/letsencrypt/plugins/manual.py +++ b/letsencrypt/plugins/manual.py @@ -134,7 +134,6 @@ binary for temporary key/certificate generation.""".replace("\n", "") executable = "/bin/bash" else: executable = None - try: self._httpd = subprocess.Popen( command,