From ebe17e55078837539ef1dbfbab529784259999fa Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 27 Jun 2018 19:10:06 +0200 Subject: [PATCH] test fix bug check update --- i3/.config/polybar/updates-arch-combined.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/polybar/updates-arch-combined.sh b/i3/.config/polybar/updates-arch-combined.sh index a8b34c3..ff6e701 100755 --- a/i3/.config/polybar/updates-arch-combined.sh +++ b/i3/.config/polybar/updates-arch-combined.sh @@ -1,6 +1,6 @@ #!/bin/sh -updates=$(checkupdates | wc -l) +updates=$(checkupdates 2>/dev/null | wc -l) if [ "$updates" -gt 0 ]; then echo "# $updates"