Fix shutdown action on Kobo (#5055)

Bypass init, like Nickel does.
Otherwise, some devices either deadlock or panic.
pull/5062/head
NiLuJe 5 years ago committed by Frans de Jonge
parent 53b6e3d018
commit efe34b6fee

@ -709,7 +709,7 @@ function Kobo:saveSettings()
end end
function Kobo:powerOff() function Kobo:powerOff()
os.execute("poweroff") os.execute("poweroff -f")
end end
function Kobo:reboot() function Kobo:reboot()

Loading…
Cancel
Save