echo prompt for clean so you can see it as you type

This commit is contained in:
Eric Renfro 2024-08-02 15:38:15 -04:00
parent 9833a7f61c
commit 27f611ccee
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -352,7 +352,7 @@ function install_cleanup() {
show_options show_options
echo "!!!WARNING!!! This is about to destructively wipe ${RootDisk}!" 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 echo
if [[ "${proceed,,}" != "yes" ]]; then if [[ "${proceed,,}" != "yes" ]]; then
echo "Aborting." echo "Aborting."