Remove extra sleep
This commit is contained in:
parent
f5773eb2d7
commit
2e7c2071b5
|
@ -59,7 +59,6 @@ panic()
|
||||||
# Reboot system
|
# Reboot system
|
||||||
printf "System will reboot in 30 seconds. Press any key to spawn a shell instead.\n"
|
printf "System will reboot in 30 seconds. Press any key to spawn a shell instead.\n"
|
||||||
if ! read -t 30; then
|
if ! read -t 30; then
|
||||||
sleep 30
|
|
||||||
reboot -f
|
reboot -f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue