From 2e7c2071b5b166f132c805e2906772450134dacc Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:57 -0400 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