Fix kiosk bug from #37

This commit is contained in:
Anavrins 2020-10-25 02:40:21 -04:00
parent 6fdce03a10
commit ac51771b12
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ if mon then
parallel.waitForAny(
function()
os.run(_ENV, '/sys/boot/opus.boot')
os.run(_ENV, '/sys/boot/opus.lua')
end,
function()
@ -36,5 +36,5 @@ if mon then
end
)
else
os.run(_ENV, '/sys/boot/opus.boot')
os.run(_ENV, '/sys/boot/opus.lua')
end