echo prompt for clean so you can see it as you type
This commit is contained in:
parent
9833a7f61c
commit
27f611ccee
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue