Fix prompts

This commit is contained in:
Eric Renfro 2024-08-04 19:56:27 -04:00
parent 37b090d23c
commit 7822d7e9ba
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -218,15 +218,6 @@ function stage_step() {
local s4file SwapUUID SwapOffset local s4file SwapUUID SwapOffset
local cmd 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 if "$DEBUG"; then
cmd="echo" cmd="echo"
else else
@ -466,7 +457,7 @@ while [[ $# -gt 0 ]]; do
;; ;;
--stage) --stage)
INSTALL_MODE=stage INSTALL_MODE=stage
INSTALL_STAGE=$1 INSTALL_STAGE=$2
shift 2 shift 2
;; ;;
--clean) --clean)