Fix issue with formatting

This commit is contained in:
Phillip 2024-09-07 22:28:31 +01:00
parent 8a5143b79d
commit e5531e6244

View File

@ -25,6 +25,7 @@ read -p "Do you wish to set a home partition? " yesno
case $yesno in case $yesno in
[yesYesYy]* ) [yesYesYy]* )
read -p 'Please enter the drive value for the home partition: ' homepar read -p 'Please enter the drive value for the home partition: ' homepar
;;
[noNoNn]* ) [noNoNn]* )
echo "A home partition will not be used in this installation" echo "A home partition will not be used in this installation"
;; ;;