Skip to content

Commit

Permalink
mxgrub: Fix path to GRUB
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Sep 3, 2018
1 parent 8bf30fc commit 234a49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxgrub/mxgrub
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ sub cmd_install {
update_grub_cfg();

if (is_efi) {
if (-d '/boot/efi/EFI/grub/grub.efi') {
if (-d '/boot/efi/EFI/grub/grubx64.efi') {
print "GRUB for UEFI is already installed.\n";
}
else {
Expand Down

0 comments on commit 234a49d

Please sign in to comment.