diff --git a/lib/set_CMDLINE.sh b/lib/set_CMDLINE.sh index 24604cb..cd929a3 100755 --- a/lib/set_CMDLINE.sh +++ b/lib/set_CMDLINE.sh @@ -150,7 +150,7 @@ function set_CMDLINE () { BOOTLOADER_AUTOCONFIG=0 # If kernelstub is detected (program to manage systemd-boot) - if which kernelstub > /dev/null ; + if which kernelstub > /dev/null 2>&1 ; then # Configure kernelstub set_KERNELSTUB @@ -158,7 +158,7 @@ function set_CMDLINE () { fi # If grub exists - if which grub-mkconfig > /dev/null ; + if which grub-mkconfig > /dev/null 2>&1 ; then # Configure grub set_GRUB