mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:35:06 +02:00
forgot files in top directory
This commit is contained in:
Regular → Executable
+1
-1
@@ -65,7 +65,7 @@ def main():
|
|||||||
display.setDisplay(display.NcursesDisplay())
|
display.setDisplay(display.NcursesDisplay())
|
||||||
else:
|
else:
|
||||||
display.setDisplay(display.FileDisplay(sys.stdout))
|
display.setDisplay(display.FileDisplay(sys.stdout))
|
||||||
|
|
||||||
if not server:
|
if not server:
|
||||||
if "ACMESERVER" in os.environ:
|
if "ACMESERVER" in os.environ:
|
||||||
server = os.environ["ACMESERVER"]
|
server = os.environ["ACMESERVER"]
|
||||||
|
|||||||
Reference in New Issue
Block a user