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."