Fix install_cleanup prompt
This commit is contained in:
parent
cf6476b4aa
commit
4d39632be9
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,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 -rsn -p"Enter YES to continue." proceed
|
read -rs -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