Fix install_cleanup prompt

This commit is contained in:
Eric Renfro 2024-08-01 15:45:15 -04:00
parent cf6476b4aa
commit 4d39632be9
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 -rsn -p"Enter YES to continue." proceed
read -rs -p"Enter YES to continue." proceed
echo
if [[ "${proceed,,}" != "yes" ]]; then
echo "Aborting."