Remove extra sleep

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:57 -04:00
parent f5773eb2d7
commit 2e7c2071b5
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ panic()
# Reboot system
printf "System will reboot in 30 seconds. Press any key to spawn a shell instead.\n"
if ! read -t 30; then
sleep 30
reboot -f
fi