mirror of
https://github.com/webmin/webmin.git
synced 2026-08-18 05:00:46 +01:00
Figure out next run time in monthly mode https://github.com/webmin/authentic-theme/issues/1596
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user