From 27f611cceeed310af89bbe4a232a8475eab75b28 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 2 Aug 2024 15:38:15 -0400 Subject: [PATCH] echo prompt for clean so you can see it as you type --- gentoo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-install.sh b/gentoo-install.sh index 5d80602..d0d5a68 100755 --- a/gentoo-install.sh +++ b/gentoo-install.sh @@ -352,7 +352,7 @@ function install_cleanup() { show_options echo "!!!WARNING!!! This is about to destructively wipe ${RootDisk}!" - read -rs -p"Enter YES to continue: " proceed + read -r -p"Enter YES to continue: " proceed echo if [[ "${proceed,,}" != "yes" ]]; then echo "Aborting."