month starts at 1 not 0
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -70,7 +70,7 @@ function checkCrondConfigurationFile() {
|
||||
}
|
||||
break;
|
||||
case "MONTH":
|
||||
$cronfile .= $month_delay." 0 0 " . $minvalue . " * ";
|
||||
$cronfile .= $month_delay." 0 1 " . $minvalue . " * ";
|
||||
$month_delay += 7;
|
||||
break;
|
||||
case "WEEK":
|
||||
|
||||
Reference in New Issue
Block a user