summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-04-16 00:25:50 +0200
committerErich Eckner <git@eckner.net>2020-04-16 00:25:50 +0200
commitf10a2569b0b76d7a4e5bcf68eab3d575acf64f0a (patch)
tree45658c2c5af66b8cd8303396886d8ea2592fd509
parentecb99fa08f92ce5ff6ae7ecc2d5e7193be3f34ed (diff)
downloadlogwatch-overrides-f10a2569b0b76d7a4e5bcf68eab3d575acf64f0a.tar.xz
cron: fix indentation
-rw-r--r--cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron b/cron
index c5b1830..ff419e7 100644
--- a/cron
+++ b/cron
@@ -61,7 +61,7 @@ while (defined($ThisLine = <STDIN>)) {
$User = $1;
$Runs->{$User}->{$ThisLine}++;
$ExecutedCommand{$PID} = {command=>$ThisLine, user=>$User};
- } elsif ($ThisLine =~ s/^CMD FINISH \((.+)\)\s*$/$1/) {
+ } elsif ($ThisLine =~ s/^CMD FINISH \((.+)\)\s*$/$1/) {
$Runs->{$User}->{$ThisLine}++;
} elsif ($ThisLine =~ s/^(END|CMD START) \((.+)\)\s*$/$1/) {
#Ignore for now, NetBSD users could get tricky with