pkgupdate: fix too verbose output

Silence a message displayed that would trigger an extra email while
nothing happened

From Steven Shockley
This commit is contained in:
Solene Rapenne 2022-03-12 09:10:51 +01:00
parent c13f3d30dc
commit f4792f7496
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ do_http() {
} }
do_https() { do_https() {
echo "Updating using $1 protocol" silent "Updating using $1 protocol"
check_cache check_cache
pkg_add -u 2>&1 | grep -v "^Couldn't find updates for " pkg_add -u 2>&1 | grep -v "^Couldn't find updates for "
} }