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
#it's quick and packages can be updated at any time.
echo ":::"
echo -n "::: Updating local cache of available packages..."
${UPDATE_PKG_CACHE} &> /dev/null
echo " done!"
echo ":::"
echo -n "::: Updating local cache of available packages..."
${UPDATE_PKG_CACHE} &> /dev/null
echo " done!"
}
notify_package_updates_available() {