1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 14:18:15 +00:00

Formatting

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2016-12-27 11:41:07 -08:00
parent 4eedf8a746
commit a328326e39
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

View File

@ -720,10 +720,10 @@ update_pacakge_cache() {
#Update package cache on apt based OSes. Do this every time since #Update package cache on apt based OSes. Do this every time since
#it's quick and packages can be updated at any time. #it's quick and packages can be updated at any time.
echo ":::" echo ":::"
echo -n "::: Updating local cache of available packages..." echo -n "::: Updating local cache of available packages..."
${UPDATE_PKG_CACHE} &> /dev/null ${UPDATE_PKG_CACHE} &> /dev/null
echo " done!" echo " done!"
} }
notify_package_updates_available() { notify_package_updates_available() {