- setting version to 0.9.2

- checking for sane last-system-guid on update
- added a bit of cronlogging to ApsUpdater (only in paranoid mode)
This commit is contained in:
Michael Kaufmann (d00p)
2010-02-22 12:24:45 +00:00
parent 66d5ea8f9e
commit d236a5ceda
5 changed files with 29 additions and 7 deletions

View File

@@ -287,4 +287,15 @@ if(isFroxlorVersion('0.9'))
updateToVersion('0.9.1');
}
if(isFroxlorVersion('0.9.1'))
{
showUpdateStep("Updating from 0.9.1 to 0.9.2", false);
showUpdateStep("Checking wether last-system-guid is sane");
checkLastGuid($settings['system']['lastguid']);
lastStepStatus(0);
updateToVersion('0.9.2');
}
?>