Small prompt fix on install_cleanup

This commit is contained in:
Eric Renfro 2024-08-01 15:49:25 -04:00
parent 4d39632be9
commit 00d52c7117
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -336,7 +336,7 @@ function install_cleanup() {
show_options
echo "!!!WARNING!!! This is about to destructively wipe ${RootDisk}!"
read -rs -p"Enter YES to continue." proceed
read -rs -p"Enter YES to continue: " proceed
echo
if [[ "${proceed,,}" != "yes" ]]; then
echo "Aborting."