From f4792f7496231389b11611d2da70a9167b7b42d4 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Sat, 12 Mar 2022 09:10:51 +0100 Subject: [PATCH] pkgupdate: fix too verbose output Silence a message displayed that would trigger an extra email while nothing happened From Steven Shockley --- pkgupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgupdate b/pkgupdate index 53f718f..8e331eb 100755 --- a/pkgupdate +++ b/pkgupdate @@ -67,7 +67,7 @@ do_http() { } do_https() { - echo "Updating using $1 protocol" + silent "Updating using $1 protocol" check_cache pkg_add -u 2>&1 | grep -v "^Couldn't find updates for " }