Remove extra sleep

This commit is contained in:
Joshua Boniface 2021-12-12 23:09:47 -05:00
parent 03a01d563c
commit 5924a78edc
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