mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
lease-script: do not exit with error
This commit is contained in:
parent
3acdebad04
commit
c6639518bc
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
|||
$ScriptLock $ScriptName false 10;
|
||||
|
||||
:if ([ :len [ /system/script/job/find where script=$ScriptName ] ] > 1) do={
|
||||
$LogPrintExit2 debug $ScriptName ("More invocations are waiting, exiting early.") true;
|
||||
$LogPrintExit2 debug $ScriptName ("More invocations are waiting, exiting early.") false;
|
||||
:return true;
|
||||
}
|
||||
|
||||
:local RunOrder ({});
|
||||
|
|
Loading…
Reference in a new issue