Start test templates.

This commit is contained in:
Dan Schaper 2017-01-28 15:44:31 -08:00
parent 0375a3caa3
commit 297d4eec57
No known key found for this signature in database
GPG key ID: 572E999E385B7BFC
2 changed files with 12 additions and 2 deletions

View file

@ -701,8 +701,9 @@ update_pacakge_cache() {
echo ":::"
echo -n "::: Updating local cache of available packages..."
${UPDATE_PKG_CACHE} &> /dev/null
echo " done!"
if ${UPDATE_PKG_CACHE}; then
echo " done!"
fi
}
notify_package_updates_available() {