diff options
author | Erich Eckner <git@eckner.net> | 2020-04-16 00:25:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-04-16 00:25:50 +0200 |
commit | f10a2569b0b76d7a4e5bcf68eab3d575acf64f0a (patch) | |
tree | 45658c2c5af66b8cd8303396886d8ea2592fd509 /cron | |
parent | ecb99fa08f92ce5ff6ae7ecc2d5e7193be3f34ed (diff) | |
download | logwatch-overrides-f10a2569b0b76d7a4e5bcf68eab3d575acf64f0a.tar.xz |
cron: fix indentation
Diffstat (limited to 'cron')
-rw-r--r-- | cron | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |