diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-04 17:54:28 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | c462c0b5983811d8a8b66e08184b38440941ff1c (patch) | |
tree | d798b765641787f0220ea1340327118e0d57b229 /collect-wireless-mac.wifiwave2.rsc | |
parent | d46156ad92322ffda1c7769d8eb9ea2b9fab6015 (diff) | |
parent | ada91536366d72e1a30c186be9289fb455ab3149 (diff) |
Merge branch 'no-error-on-exit' into nextrouteros-7.15beta4-1
Diffstat (limited to 'collect-wireless-mac.wifiwave2.rsc')
-rw-r--r-- | collect-wireless-mac.wifiwave2.rsc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/collect-wireless-mac.wifiwave2.rsc b/collect-wireless-mac.wifiwave2.rsc index 86aef65..de8cdab 100644 --- a/collect-wireless-mac.wifiwave2.rsc +++ b/collect-wireless-mac.wifiwave2.rsc @@ -28,7 +28,9 @@ :global SendNotification2; :global SymbolForNotification; - $ScriptLock $ScriptName false 10; + :if ([ $ScriptLock $ScriptName 10 ] = false) do={ + :return false; + } :if ([ :len [ /interface/wifiwave2/access-list/find where comment="--- collected above ---" disabled ] ] = 0) do={ /interface/wifiwave2/access-list/add comment="--- collected above ---" disabled=yes; |