From 041ca062b1d07843e7ef9ae8e99a753e344189e5 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 22 Feb 2021 19:52:20 +0100 Subject: global: use $0 for $ScriptLock --- collect-wireless-mac.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collect-wireless-mac.local') diff --git a/collect-wireless-mac.local b/collect-wireless-mac.local index 20a5f83..7489c4c 100644 --- a/collect-wireless-mac.local +++ b/collect-wireless-mac.local @@ -20,7 +20,7 @@ :global SendNotification; :global SymbolForNotification; -$ScriptLock "collect-wireless-mac.local"; +$ScriptLock $0; :if ([ :len [ / interface wireless access-list find where comment="--- collected above ---" disabled ] ] = 0) do={ / interface wireless access-list add comment="--- collected above ---" disabled=yes; -- cgit v1.2.3-54-g00ecf