mirror of
https://github.com/unraid/webgui.git
synced 2026-01-25 11:09:03 -06:00
Added: Cumulative parity check
This commit is contained in:
@@ -71,7 +71,7 @@ if (isset($_POST['#apply'])) {
|
||||
$end1 = ' || :';
|
||||
}
|
||||
$cron[] = "$m $H * * * $parity pause &> /dev/null";
|
||||
$cron[] = "$time * * $day {$test}{$parity} resume &> /dev/null$end1";
|
||||
$cron[] = "$time * * * {$test}{$parity} resume &> /dev/null$end1";
|
||||
}
|
||||
$cron[] = "$time $dotm $month $day {$term}{$mdcmd} check $write &> /dev/null$end2";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user