Small prompt fix on install_cleanup
This commit is contained in:
parent
4d39632be9
commit
00d52c7117
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue