From 00d52c711783282943e303e49d13c3ecd7c46ad3 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 1 Aug 2024 15:49:25 -0400 Subject: [PATCH] Small prompt fix on install_cleanup --- gentoo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-install.sh b/gentoo-install.sh index 84ab06f..dabbe5a 100755 --- a/gentoo-install.sh +++ b/gentoo-install.sh @@ -336,7 +336,7 @@ function install_cleanup() { show_options echo "!!!WARNING!!! This is about to destructively wipe ${RootDisk}!" - read -rs -p"Enter YES to continue." proceed + read -rs -p"Enter YES to continue: " proceed echo if [[ "${proceed,,}" != "yes" ]]; then echo "Aborting."