From 5e3cfaf847e7df6ea22a5df87a3446d4790690dd Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 10 Jul 2019 09:58:12 +0200 Subject: [PATCH] insert task to regenerate config files after removing old-format lets encrypt certificates Signed-off-by: Michael Kaufmann --- install/updates/froxlor/0.10/update_0.10.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/updates/froxlor/0.10/update_0.10.inc.php b/install/updates/froxlor/0.10/update_0.10.inc.php index d79ceb9e..030b82a8 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -222,6 +222,10 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201902120')) { } lastStepStatus(0); + showUpdateStep("Inserting job to regenerate configfiles"); + \Froxlor\System\Cronjob::inserttask('1'); + lastStepStatus(0); + \Froxlor\Froxlor::updateToDbVersion('201902170'); }