diff options
author | Christian Hesse <mail@eworm.de> | 2019-02-21 18:37:19 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-02-21 20:16:03 +0100 |
commit | e72b3dd4f1d8f0dc668bf30bf40ecb7d341338e3 (patch) | |
tree | c36ce2300163e723a701236b8f6bf1605af18ffe | |
parent | fe1d234025f356f46b0e8b85de8b96193c0e95b5 (diff) |
collect-wireless-mac: use $ScriptLock
-rw-r--r-- | collect-wireless-mac.capsman | 3 | ||||
-rw-r--r-- | collect-wireless-mac.local | 3 | ||||
-rw-r--r-- | collect-wireless-mac.template | 3 |
3 files changed, 9 insertions, 0 deletions
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={ |