From 5924a78edcbcbda2f0295b666f9d218cfb7059d3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 12 Dec 2021 23:09:47 -0500 Subject: [PATCH] Remove extra sleep --- templates/9990-initramfs-tools.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/9990-initramfs-tools.sh b/templates/9990-initramfs-tools.sh index 606cf4e..4504deb 100755 --- a/templates/9990-initramfs-tools.sh +++ b/templates/9990-initramfs-tools.sh @@ -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