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.rsc10
1 files changed, 4 insertions, 6 deletions
diff --git a/dhcp-lease-comment.local.rsc b/dhcp-lease-comment.local.rsc
index a5e9330..5401a77 100644
--- a/dhcp-lease-comment.local.rsc
+++ b/dhcp-lease-comment.local.rsc
@@ -14,14 +14,14 @@
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
-:local Main do={
- :local ScriptName [ :tostr $1 ];
+:do {
+ :local ScriptName [ :jobname ];
:global LogPrintExit2;
:global ScriptLock;
:if ([ $ScriptLock $ScriptName ] = false) do={
- :return false;
+ :error false;
}
:foreach Lease in=[ /ip/dhcp-server/lease/find where dynamic=yes status=bound ] do={
@@ -36,6 +36,4 @@
/ip/dhcp-server/lease/set comment=$NewComment $Lease;
}
}
-}
-
-$Main [ :jobname ];
+} on-error={ }