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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user