aboutsummaryrefslogtreecommitdiff
path: root/system/recovery
diff options
context:
space:
mode:
Diffstat (limited to 'system/recovery')
-rw-r--r--system/recovery/main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/recovery/main.lua b/system/recovery/main.lua
index 39c1ec5..944e168 100644
--- a/system/recovery/main.lua
+++ b/system/recovery/main.lua
@@ -24,4 +24,6 @@ if input == "reset" then
shell.run("/system/recovery/reset.lua")
elseif input == "transfer" then
shell.run("/system/recovery/transfer.lua")
+else
+ shell.run("/startup.lua")
end \ No newline at end of file