]> git.pld-linux.org Git - packages/efi-boot-update.git/commitdiff
Do not output result of remove_bootmgr_entry
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 31 Oct 2012 12:02:55 +0000 (13:02 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Wed, 31 Oct 2012 12:02:55 +0000 (13:02 +0100)
efi-boot-update

index e43e3b874c7ae211683973083f06850d74a5ee56..3acffd87db782d35d0ae2ded842b4799b236cdf7 100755 (executable)
@@ -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
 
This page took 0.051573 seconds and 4 git commands to generate.