aboutsummaryrefslogtreecommitdiff
path: root/startup
diff options
context:
space:
mode:
Diffstat (limited to 'startup')
-rw-r--r--startup2
1 files changed, 2 insertions, 0 deletions
diff --git a/startup b/startup
index 9fdd238..71a1f16 100644
--- a/startup
+++ b/startup
@@ -37,6 +37,8 @@ function bootloaderInput()
term.setCursorPos(1,2)
else
print("[ERROR] Invalid number.")
+ sleep(2)
+ clear()
bootloader()
bootloaderInput()
end