mirror of
https://github.com/gbudny93/RouterOS_Useful_Scripts.git
synced 2025-06-29 13:00:07 +02:00
Code Clean ups
This commit is contained in:
parent
44d69dd0eb
commit
2212528d57
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
:if ($logCount > $treshhold) do={
|
||||
|
||||
:set $logArray [/log find where message~$logMessage time~"10"];
|
||||
:set $logArray [/log find where message~$logMessage time~$hour];
|
||||
:toarray value=$logArray;
|
||||
:set logFoundCount [:len value=$logArray];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue