From 7d2f19b4e1700c5fa81da9d81e0f32359b50d62d Mon Sep 17 00:00:00 2001 From: godalming123 Date: Sun, 27 Feb 2022 11:09:56 +0000 Subject: [PATCH] fix bugs --- scripts/startup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/startup.sh b/scripts/startup.sh index 4b274d9..0981f29 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -305,11 +305,12 @@ grubTheme () { set_option GRUB_THEME $grub_theme } +# === show all the grub options === grubOptions () { clear logo grubInstall - if ["$grub_install" == "yes"]; then + if ["$grub_install" = "yes"]; then grubTheme else set_option GRUB_THEME none