aboutsummaryrefslogtreecommitdiff
path: root/system/recovery/main.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-15 12:53:40 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-15 12:53:40 -0500
commita405ec93546b95c2369ec9069b3616944d785198 (patch)
tree06645687d143e880ee7ca409ec72270a8832a79b /system/recovery/main.lua
parent1fd3cd3305990d045106b015a26e8ffcc0f592d0 (diff)
downloadbits-UI-a405ec93546b95c2369ec9069b3616944d785198.tar.gz
bits-UI-a405ec93546b95c2369ec9069b3616944d785198.tar.bz2
bits-UI-a405ec93546b95c2369ec9069b3616944d785198.zip
Possible new app system?; Changed copyright; Some fixes
Diffstat (limited to 'system/recovery/main.lua')
-rw-r--r--system/recovery/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/recovery/main.lua b/system/recovery/main.lua
index 944e168..10fbe18 100644
--- a/system/recovery/main.lua
+++ b/system/recovery/main.lua
@@ -1,6 +1,6 @@
--[[
bits-UI Recovery Script: A script that's going to show you to either reset the computer or transfer files.
- Copyright (C) 2019 Alee14
+ Copyright (C) 2020 Alee14
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -25,5 +25,5 @@ if input == "reset" then
elseif input == "transfer" then
shell.run("/system/recovery/transfer.lua")
else
- shell.run("/startup.lua")
+ os.reboot()
end \ No newline at end of file