mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
set noninteractive to true if we're doing renew
This commit is contained in:
@@ -726,6 +726,7 @@ def renew(cli_config, plugins):
|
||||
# XXX: does this succeed in making a fully independent config object
|
||||
# each time?
|
||||
config = configuration.RenewerConfiguration(copy.deepcopy(cli_config))
|
||||
config.noninteractive_mode = True
|
||||
full_path = os.path.join(configs_dir, renewal_file)
|
||||
try:
|
||||
renewal_candidate = storage.RenewableCert(full_path, config)
|
||||
|
||||
Reference in New Issue
Block a user