From df43f6101814f241279919ba482ca700c80d6ca6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 28 Jun 2021 00:07:59 +0200 Subject: collect-wireless-mac: wait when locking script --- 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 771986e..0284acf 100644 --- a/collect-wireless-mac.local +++ b/collect-wireless-mac.local @@ -22,7 +22,7 @@ :global SendNotification2; :global SymbolForNotification; -$ScriptLock $0; +$ScriptLock $0 false 10; :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