aboutsummaryrefslogtreecommitdiffstats
path: root/dhcp-lease-comment.local.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-lease-comment.local.rsc')
-rw-r--r--dhcp-lease-comment.local.rsc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dhcp-lease-comment.local.rsc b/dhcp-lease-comment.local.rsc
index 13c04a7..a5e9330 100644
--- a/dhcp-lease-comment.local.rsc
+++ b/dhcp-lease-comment.local.rsc
@@ -20,7 +20,9 @@
:global LogPrintExit2;
:global ScriptLock;
- $ScriptLock $ScriptName;
+ :if ([ $ScriptLock $ScriptName ] = false) do={
+ :return false;
+ }
:foreach Lease in=[ /ip/dhcp-server/lease/find where dynamic=yes status=bound ] do={
:local LeaseVal [ /ip/dhcp-server/lease/get $Lease ];