Remove extra sleep
This commit is contained in:
parent
03a01d563c
commit
5924a78edc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue