5 lines
69 B
Text
5 lines
69 B
Text
if security.getSU() then
|
|
shell.exit()
|
|
else
|
|
kernel.reboot(true)
|
|
end
|