backport bugfixes from current master

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-19 18:05:40 +01:00
parent 23a1a55bf2
commit 261d6e7d76
5 changed files with 12 additions and 5 deletions

View File

@@ -2570,3 +2570,9 @@ if (isFroxlorVersion('0.9.31-rc3')) {
lastStepStatus(0);
updateToVersion('0.9.31');
}
if (isFroxlorVersion('0.9.31')) {
showUpdateStep("Updating from 0.9.31 to 0.9.31.1 final", true);
lastStepStatus(0);
updateToVersion('0.9.31.1');
}