mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Configurator restart quiet
This commit is contained in:
parent
bc6f0b4b6b
commit
e70c6cc65c
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue