Fix alignment of messages and prompts
This commit is contained in:
parent
3e8e7c74cc
commit
2d72556079
|
@ -168,9 +168,8 @@
|
|||
if [ ! -b ${diskVar} ]; then
|
||||
function fallback() {
|
||||
echo "Couldn't find the specified disk \"${diskVar}\"."
|
||||
echo "Do you want to install the OS on another disk?"
|
||||
local answer
|
||||
read answer
|
||||
read -p "Do you want to install the OS on another disk? [y/n] " answer
|
||||
if isTruthy "$answer"; then
|
||||
${diskSelector}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue