1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-15 17:37:22 +01:00

nightly TLS certificate provisioning should omit warnings about domains it cant provision for

This commit is contained in:
Joshua Tauberer
2016-12-07 06:54:53 -05:00
parent 0b7f477b96
commit cd717ec94e
2 changed files with 2 additions and 2 deletions

View File

@@ -426,7 +426,7 @@ def provision_certificates_cmdline():
if args and args[0] == "-v":
verbose = True
args.pop(0)
if args and args[0] == "q":
if args and args[0] == "-q":
show_extended_problems = False
args.pop(0)
if args and args[0] == "--headless":