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