mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:05:01 +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
|
@ -19,7 +19,7 @@
|
|||
:global SymbolForNotification;
|
||||
:global WaitFullyConnected;
|
||||
|
||||
$ScriptLock "sms-forward";
|
||||
$ScriptLock $0;
|
||||
|
||||
:if ([ / tool sms get receive-enabled ] = false) do={
|
||||
$LogPrintExit2 warning $0 ("Receiving of SMS is not enabled.") true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue