updated startup
This commit is contained in:
parent
470bcac06f
commit
4ef3421176
@ -8,3 +8,9 @@ file.close()
|
|||||||
|
|
||||||
--execute sync script
|
--execute sync script
|
||||||
shell.run("/main/programs/sync.lua")
|
shell.run("/main/programs/sync.lua")
|
||||||
|
|
||||||
|
--task.lua contains stuff that should be done after boot
|
||||||
|
if not (fs.exists("main/task.lua")) then
|
||||||
|
basic_functions.append_to_file("main/task.lua", "--use this file to execute programs")
|
||||||
|
end
|
||||||
|
shell.run("main/task.lua")
|
||||||
|
Loading…
Reference in New Issue
Block a user