Added: Cumulative parity check

This commit is contained in:
bergware
2021-12-16 09:51:16 +01:00
parent f0fd41688c
commit 16ad5cce97

View File

@@ -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";
}