global-functions: $ScriptLock: do not exit from global function

This commit is contained in:
Christian Hesse 2024-03-05 16:12:36 +01:00
parent 56e97dd60c
commit 1e8918fdaa
57 changed files with 172 additions and 61 deletions

View file

@ -28,7 +28,9 @@
:global SendNotification2;
:global SymbolForNotification;
$ScriptLock $ScriptName false 10;
:if ([ $ScriptLock $ScriptName 10 ] = false) do={
:return false;
}
:if ([ :len [ /interface/wireless/access-list/find where comment="--- collected above ---" disabled ] ] = 0) do={
/interface/wireless/access-list/add comment="--- collected above ---" disabled=yes;