fix bug in updater which prevents the updater to finish correctly, fixes #1186

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-04-12 09:56:02 +02:00
parent 9af43854d9
commit e9f3e617c7
4 changed files with 10 additions and 4 deletions

View File

@@ -2046,3 +2046,9 @@ if (isFroxlorVersion('0.9.28-rc2')) {
updateToVersion('0.9.28');
}
if (isFroxlorVersion('0.9.28')) {
showUpdateStep("Updating from 0.9.28 final to 0.9.28.1");
lastStepStatus(0);
updateToVersion('0.9.28.1');
}