updated startup

This commit is contained in:
Julian Brammer 2024-06-02 17:01:56 +02:00
parent 470bcac06f
commit 4ef3421176

View File

@ -8,3 +8,9 @@ file.close()
--execute sync script
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")