mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Configurator restart quiet
This commit is contained in:
@@ -76,7 +76,7 @@ class Configurator(object):
|
||||
"""Make sure the configuration is valid."""
|
||||
raise NotImplementedError()
|
||||
|
||||
def restart(self):
|
||||
def restart(self, quiet=False):
|
||||
"""Restart or refresh the server content."""
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user