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