diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-05 16:12:36 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | 1e8918fdaa5a30393e2004d1f5e4dff458936b67 (patch) | |
tree | 9448ec9ff079f6f6c083f68fb4d8e53167bede51 /hotspot-to-wpa-cleanup.capsman.rsc | |
parent | 56e97dd60c3c9603df07bb315587c44da1ff44fd (diff) |
global-functions: $ScriptLock: do not exit from global function
Diffstat (limited to 'hotspot-to-wpa-cleanup.capsman.rsc')
-rw-r--r-- | hotspot-to-wpa-cleanup.capsman.rsc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hotspot-to-wpa-cleanup.capsman.rsc b/hotspot-to-wpa-cleanup.capsman.rsc index 498e853..62beacc 100644 --- a/hotspot-to-wpa-cleanup.capsman.rsc +++ b/hotspot-to-wpa-cleanup.capsman.rsc @@ -22,7 +22,9 @@ :global ParseKeyValueStore; :global ScriptLock; - $ScriptLock $ScriptName false 10; + :if ([ $ScriptLock $ScriptName 10 ] = false) do={ + :return false; + } :local DHCPServers ({}); :foreach Server in=[ /ip/dhcp-server/find where comment~"hotspot-to-wpa" ] do={ |