This commit is contained in:
Jamie Cameron
2022-05-11 21:21:59 -07:00
parent fb993f22f8
commit b32cb7b0ba

View File

@@ -1693,6 +1693,13 @@ elsif ($job->{'special'} eq 'weekly') {
'months' => '*',
'weekdays' => 0 };
}
elsif ($job->{'special'} eq 'monthly') {
$job = { 'mins' => 0,
'hours' => 0,
'days' => '1',
'months' => '*',
'weekdays' => '*' };
}
elsif ($job->{'special'} eq 'yearly') {
$job = { 'mins' => 0,
'hours' => 0,