1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 12:40:56 +00:00

Silenc cache updater.

This commit is contained in:
Dan Schaper 2017-01-28 16:46:37 -08:00
parent 9181e2652e
commit 7291aa07ca
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

View File

@ -701,7 +701,7 @@ update_package_cache() {
echo ":::"
echo -n "::: Updating local cache of available packages..."
if eval ${UPDATE_PKG_CACHE}; then
if eval ${UPDATE_PKG_CACHE} &> /dev/null; then
echo " done!"
else
echo -n "\n!!! ERROR - Unable to update package cache. Please try \"${UPDATE_PKG_CACHE}\""