mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
lease-script: update initialization of empty array
Having the parenthesis here is important for valid syntax!
This commit is contained in:
parent
9a89cd5407
commit
49147c83ca
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ $ScriptLock $0 false 10;
|
|||
$LogPrintExit2 debug $0 ("More invocations are waiting, exiting early.") true;
|
||||
}
|
||||
|
||||
:local RunOrder [ :toarray "" ];
|
||||
:local RunOrder ({});
|
||||
|
||||
:foreach Script in=[ /system/script/find where source~("\n# provides: lease-script, ") ] do={
|
||||
:local Name [ /system/script/get $Script name ];
|
||||
|
|
Loading…
Reference in a new issue