mirror of
https://github.com/moepman/acertmgr.git
synced 2024-12-29 09:21:51 +01:00
Actually add actions to the set.
This commit is contained in:
parent
f16868bb6c
commit
53d2ad4bf6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user