1
0
mirror of https://github.com/moepman/acertmgr.git synced 2025-01-07 18:25:25 +01:00

Actually add actions to the set.

This commit is contained in:
Markus 2016-02-28 22:52:12 +01:00
parent 6c7c9dfd91
commit 3389fd2c32

View File

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