X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=bb770a515841e34fd75154bbf85aef8f08eb47ce;hp=5654b12b26cb3bc9f9939e2cf07c300aa315c835;hb=7cc268e168259a681c0244f9d73a28b7dc4d3769;hpb=c852c935af341e15b5174247e9c6cd23a3c2fc2f diff --git a/chroot-script b/chroot-script index 5654b12..bb770a5 100755 --- a/chroot-script +++ b/chroot-script @@ -380,8 +380,11 @@ grub_config() { # finally install grub if [ -x /usr/sbin/update-grub ] ; then UPDATEGRUB='/usr/sbin/update-grub' - else + elif [ -x /sbin/update-grub ] ; then UPDATEGRUB='/sbin/update-grub' + else + echo "Error: update-grub not available, can not execute it." + return 1 fi # grub2: