fix bugs
This commit is contained in:
parent
bd31a5e64e
commit
7d2f19b4e1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue