aboutsummaryrefslogtreecommitdiff
path: root/system/recovery/main.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-07-15 21:57:44 -0400
committerAndrew Lee <alee14498@gmail.com>2019-07-15 21:57:44 -0400
commitd918fd8a79bce243a614cd99f74b7f40c639fbe1 (patch)
treeaa1ecbeff6a8a507e5749a691f56720676700579 /system/recovery/main.lua
parentbc294508b9d6566add6605bb7da09d3f6b74f9bb (diff)
downloadbits-UI-d918fd8a79bce243a614cd99f74b7f40c639fbe1.tar.gz
bits-UI-d918fd8a79bce243a614cd99f74b7f40c639fbe1.tar.bz2
bits-UI-d918fd8a79bce243a614cd99f74b7f40c639fbe1.zip
Made booting faster and encrypted password
Diffstat (limited to 'system/recovery/main.lua')
-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