Actually add actions to the set.

This commit is contained in:
Markus 2016-02-28 22:52:12 +01:00
parent f16868bb6c
commit 53d2ad4bf6
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ if __name__ == "__main__":
for domaincfg in domaincfgs:
cfg = complete_config(domaincfg, config['defaults'])
if not target_isCurrent(cfg['path'], crt_file):
cert_put(domain, cfg)
actions.add(cert_put(domain, cfg))
# run post-update actions
for action in actions: