From e72b3dd4f1d8f0dc668bf30bf40ecb7d341338e3 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 21 Feb 2019 18:37:19 +0100 Subject: collect-wireless-mac: use $ScriptLock --- collect-wireless-mac.capsman | 3 +++ collect-wireless-mac.local | 3 +++ collect-wireless-mac.template | 3 +++ 3 files changed, 9 insertions(+) diff --git a/collect-wireless-mac.capsman b/collect-wireless-mac.capsman index bda3415..4e5a7b0 100644 --- a/collect-wireless-mac.capsman +++ b/collect-wireless-mac.capsman @@ -10,6 +10,9 @@ :global GetMacVendor; :global SendNotification; +:global ScriptLock; + +$ScriptLock "collect-wireless-mac.capsman"; :local PlaceBefore [ / caps-man access-list find where comment="--- collected above ---" disabled ]; :if ([ :len $PlaceBefore ] = 0) do={ diff --git a/collect-wireless-mac.local b/collect-wireless-mac.local index 5bbfa47..4a4d6e1 100644 --- a/collect-wireless-mac.local +++ b/collect-wireless-mac.local @@ -10,6 +10,9 @@ :global GetMacVendor; :global SendNotification; +:global ScriptLock; + +$ScriptLock "collect-wireless-mac.local"; :local PlaceBefore [ / interface wireless access-list find where comment="--- collected above ---" disabled ]; :if ([ :len $PlaceBefore ] = 0) do={ diff --git a/collect-wireless-mac.template b/collect-wireless-mac.template index 5a969b8..2449316 100644 --- a/collect-wireless-mac.template +++ b/collect-wireless-mac.template @@ -11,6 +11,9 @@ :global GetMacVendor; :global SendNotification; +:global ScriptLock; + +$ScriptLock "collect-wireless-mac%TEMPL%"; :local PlaceBefore [ / %PATH% access-list find where comment="--- collected above ---" disabled ]; :if ([ :len $PlaceBefore ] = 0) do={ -- cgit v1.2.3-54-g00ecf