aboutsummaryrefslogtreecommitdiffstats
path: root/hotspot-to-wpa-cleanup.wifi.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'hotspot-to-wpa-cleanup.wifi.rsc')
-rw-r--r--hotspot-to-wpa-cleanup.wifi.rsc4
1 files changed, 3 insertions, 1 deletions
diff --git a/hotspot-to-wpa-cleanup.wifi.rsc b/hotspot-to-wpa-cleanup.wifi.rsc
index cf7eaad..a44064f 100644
--- a/hotspot-to-wpa-cleanup.wifi.rsc
+++ b/hotspot-to-wpa-cleanup.wifi.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={