diff --git a/scripts/0-preinstall.sh b/scripts/0-preinstall.sh index f774b16..fe2ab36 100755 --- a/scripts/0-preinstall.sh +++ b/scripts/0-preinstall.sh @@ -154,7 +154,7 @@ echo " Generated /etc/fstab: " cat /mnt/etc/fstab -if [${GRUB_INSTALL} == "yes"]; then +if [${GRUB_INSTALL} == "Yes"]; then echo -ne " ------------------------------------------------------------------------- GRUB BIOS Bootloader Install & Check