fix lighttpd cronjob for multi-stack; add ssl-cipher for nginx; set version to 0.9.30-dev1; fixes #583
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -2244,3 +2244,10 @@ if (isFroxlorVersion('0.9.29.1-dev3')) {
|
||||
|
||||
updateToVersion('0.9.29.1-dev4');
|
||||
}
|
||||
|
||||
if (isFroxlorVersion('0.9.29.1-dev4')) {
|
||||
showUpdateStep("Updating from 0.9.29.1-dev4 to 0.9.30-dev1", true);
|
||||
lastStepStatus(0);
|
||||
|
||||
updateToVersion('0.9.30-dev1');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user