diff --git a/modules/security/bot-analyzer.sh b/modules/security/bot-analyzer.sh index 6c91add..163b1fb 100755 --- a/modules/security/bot-analyzer.sh +++ b/modules/security/bot-analyzer.sh @@ -404,7 +404,7 @@ parse_logs() { # Numerical comparison of epoch seconds if (log_epoch != "" && log_epoch < cutoff_epoch) { - next # Skip this entry, it's too old + next # Skip this entry, too old } }