diff options
Diffstat (limited to 'system/recovery/reset.lua')
| -rw-r--r-- | system/recovery/reset.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/recovery/reset.lua b/system/recovery/reset.lua index 9b8efb4..a8c8cf1 100644 --- a/system/recovery/reset.lua +++ b/system/recovery/reset.lua @@ -1,6 +1,6 @@ --[[ bits-UI Reset Script: A script that will wipe the system to the default factory settings. - 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 @@ -32,5 +32,5 @@ if input == "y" then sleep(3) os.reboot() else - shell.run("startup.lua") + os.reboot() end
\ No newline at end of file |
