Fix reading user bootloader

This commit is contained in:
Le0xFF 2022-08-28 16:44:13 +02:00
parent 9ba2c583b5
commit 2d00a9dc9b

2
vli.sh
View File

@ -208,7 +208,7 @@ function install_bootloader {
else
header_ib
echo -e -n "\nSelect which ${BLUE_LIGHT}bootloader${NORMAL} do you want to use (EFISTUB, GRUB2): "
read -r -p $bootloader
read -r $bootloader
fi
if [[ "$bootloader" == "EFISTUB" ]] || [[ "$bootloader" == "efistub" ]] ; then