Fix prompts
This commit is contained in:
parent
37b090d23c
commit
7822d7e9ba
1 changed files with 1 additions and 10 deletions
|
@ -218,15 +218,6 @@ function stage_step() {
|
|||
local s4file SwapUUID SwapOffset
|
||||
local cmd
|
||||
|
||||
show_options
|
||||
|
||||
read -rsn1 -p"Stage-Install: To proceed, press enter to continue." proceed
|
||||
echo
|
||||
if [[ "$proceed" != "" ]]; then
|
||||
echo "Aborting."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if "$DEBUG"; then
|
||||
cmd="echo"
|
||||
else
|
||||
|
@ -466,7 +457,7 @@ while [[ $# -gt 0 ]]; do
|
|||
;;
|
||||
--stage)
|
||||
INSTALL_MODE=stage
|
||||
INSTALL_STAGE=$1
|
||||
INSTALL_STAGE=$2
|
||||
shift 2
|
||||
;;
|
||||
--clean)
|
||||
|
|
Loading…
Reference in a new issue