mirror of
https://github.com/kepler155c/opus
synced 2024-10-31 22:26:16 +00:00
Fix kiosk bug from #37
This commit is contained in:
parent
6fdce03a10
commit
ac51771b12
@ -21,7 +21,7 @@ if mon then
|
|||||||
|
|
||||||
parallel.waitForAny(
|
parallel.waitForAny(
|
||||||
function()
|
function()
|
||||||
os.run(_ENV, '/sys/boot/opus.boot')
|
os.run(_ENV, '/sys/boot/opus.lua')
|
||||||
end,
|
end,
|
||||||
|
|
||||||
function()
|
function()
|
||||||
@ -36,5 +36,5 @@ if mon then
|
|||||||
end
|
end
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
os.run(_ENV, '/sys/boot/opus.boot')
|
os.run(_ENV, '/sys/boot/opus.lua')
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user