aboutsummaryrefslogtreecommitdiffstats
path: root/lease-script
diff options
context:
space:
mode:
Diffstat (limited to 'lease-script')
-rw-r--r--lease-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/lease-script b/lease-script
index fa03e11..cc1b6e5 100644
--- a/lease-script
+++ b/lease-script
@@ -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 ];