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