From 1ba5adcbc5fd510734e8aaebcecf47ad5d197409 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 6 Feb 2019 15:04:27 +0100 Subject: [PATCH] mxgrub: fix for issue https://github.molgen.mpg.de/mariux64/mxtools/issues/75 fix https://github.molgen.mpg.de/mariux64/mxtools/issues/75 --- mxgrub/mxgrub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mxgrub/mxgrub b/mxgrub/mxgrub index 010de68..d3eccf1 100755 --- a/mxgrub/mxgrub +++ b/mxgrub/mxgrub @@ -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); @@ -396,3 +395,5 @@ if ($opt_list) { @ARGV==1 or die USAGE; cmd_install($ARGV[0]); } + +check_grub_menu_and_boot_dir();