From f9113e8fbe22c115a0e22c5b12fc847332d9da6f Mon Sep 17 00:00:00 2001 From: godalming123 Date: Sat, 5 Mar 2022 09:44:35 +0000 Subject: [PATCH] fix bugs --- scripts/0-preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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