From 07ca222f7c62371c59d7b588ac8e62102c2b79e8 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Wed, 31 Oct 2012 13:02:55 +0100 Subject: [PATCH] Do not output result of remove_bootmgr_entry --- efi-boot-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi-boot-update b/efi-boot-update index e43e3b8..3acffd8 100755 --- a/efi-boot-update +++ b/efi-boot-update @@ -236,7 +236,7 @@ for bootloader_conf in /etc/efi-boot/update.d/*.conf ; do LABEL="$LABEL_PREFIX$LABEL" if ! is_yes "$ENABLED" ; then - remove_bootmgr_entry "$LABEL" + remove_bootmgr_entry "$LABEL" >/dev/null continue fi -- 2.44.0