insert task to regenerate config files after removing old-format lets encrypt certificates

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-07-10 09:58:12 +02:00
parent 0f0dd91246
commit 5e3cfaf847

View File

@@ -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');
}