Fix alignment of messages and prompts

This commit is contained in:
Manuel Thalmann 2024-07-06 21:52:26 +02:00
parent 3e8e7c74cc
commit 2d72556079

View file

@ -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