mirror of https://github.com/BOINC/boinc.git
delete_spammers script: log start/end times
This commit is contained in:
parent
1a33c1465d
commit
eebfca71d3
|
@ -157,6 +157,8 @@ function delete_banished() {
|
|||
}
|
||||
}
|
||||
|
||||
echo "Starting: ".strftime('%Y-%m-%d %H:%M %Z')."\n";
|
||||
|
||||
for ($i=1; $i<$argc; $i++) {
|
||||
if ($argv[$i] == "--test") {
|
||||
$test = true;
|
||||
|
@ -185,5 +187,6 @@ for ($i=1; $i<$argc; $i++) {
|
|||
exit;
|
||||
}
|
||||
}
|
||||
echo "Finished: ".strftime('%Y-%m-%d %H:%M %Z')."\n";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue