mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-14 20:14:29 +02:00
global: use $0 for $ScriptLock
This commit is contained in:
parent
f46db91845
commit
041ca062b1
8 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
:global SymbolForNotification;
|
||||
:global WaitFullyConnected;
|
||||
|
||||
$ScriptLock "log-forward";
|
||||
$ScriptLock $0;
|
||||
|
||||
:if ([ :typeof $LogForwardRateLimit ] = "nothing") do={
|
||||
:set LogForwardRateLimit 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue