mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
lease-script: do not exit with error
This commit is contained in:
@@ -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 ({});
|
||||
|
Reference in New Issue
Block a user