Setting system.leapiversion exists and just needs to be updated, no added

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-10-15 07:22:41 +02:00
parent 302fe994b7
commit 9430f77c2e

View File

@@ -363,7 +363,7 @@ if (\Froxlor\Froxlor::isFroxlorVersion('0.10.0')) {
if (\Froxlor\Froxlor::isDatabaseVersion('201910090')) { if (\Froxlor\Froxlor::isDatabaseVersion('201910090')) {
showUpdateStep("Adjusting Let's Encrypt API setting"); showUpdateStep("Adjusting Let's Encrypt API setting");
Settings::AddNew("system.leapiversion", '2'); Settings::Set("system.leapiversion", '2');
lastStepStatus(0); lastStepStatus(0);
\Froxlor\Froxlor::updateToDbVersion('201910110'); \Froxlor\Froxlor::updateToDbVersion('201910110');