From 4d39632be947bbf2821c0465ea92b8691a4c485c Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 1 Aug 2024 15:45:15 -0400 Subject: [PATCH] Fix install_cleanup prompt --- gentoo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-install.sh b/gentoo-install.sh index ac7528a..84ab06f 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 -rsn -p"Enter YES to continue." proceed + read -rs -p"Enter YES to continue." proceed echo if [[ "${proceed,,}" != "yes" ]]; then echo "Aborting."