From 53d2ad4bf64b68e9846b49117e16eab5723772d6 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sun, 28 Feb 2016 22:52:12 +0100 Subject: [PATCH] Actually add actions to the set. --- acertmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acertmgr.py b/acertmgr.py index 249af74..77516f1 100755 --- a/acertmgr.py +++ b/acertmgr.py @@ -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: