mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Silenc cache updater.
This commit is contained in:
parent
9181e2652e
commit
7291aa07ca
1 changed files with 1 additions and 1 deletions
|
@ -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}\""
|
||||
|
|
Loading…
Reference in a new issue