Skip to content

Commit

Permalink
Merge pull request #76 from mariux64/mxgrub-fix-for-updatecheck
Browse files Browse the repository at this point in the history
mxgrub: Remove menu update suggestion when updating the menu
  • Loading branch information
pmenzel authored Feb 6, 2019
2 parents a4c03bc + 1ba5adc commit af63ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mxgrub/mxgrub
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ sub cmd_initramfs {

umask 022;
check_grub_installation();
check_grub_menu_and_boot_dir();

our ($opt_list,$opt_update,$opt_initramfs,$opt_test);

Expand Down Expand Up @@ -396,3 +395,5 @@ if ($opt_list) {
@ARGV==1 or die USAGE;
cmd_install($ARGV[0]);
}

check_grub_menu_and_boot_dir();

0 comments on commit af63ad2

Please sign in to comment.