[packages/efi-boot-update] Do not output result of remove_bootmgr_entry
jajcus
jajcus at pld-linux.org
Wed Oct 31 14:16:37 CET 2012
commit 07ca222f7c62371c59d7b588ac8e62102c2b79e8
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Wed Oct 31 13:02:55 2012 +0100
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/efi-boot-update.git/commitdiff/1ef784d842f20125b8e94b061bf718fdd27a036c
More information about the pld-cvs-commit
mailing list