Minor formatting change and whitespace removal.

This commit is contained in:
awalsh128 2022-08-05 23:42:36 -07:00
parent c78e2b67c2
commit 6e061b9142
2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ for installed_package in ${installed_packages}; do
if test -f $f || test -L $f; then echo "${f:1}"; fi; #${f:1} removes the leading slash that Tar disallows
done |
xargs tar -czf "${cache_filepath}" -C /
log " done (compressed size $(du -h "${cache_filepath}" | cut -f1))."
log " * Cached ${installed_package_name} to ${cache_filepath} (compressed size $(du -h "${cache_filepath}" | cut -f1))."
fi
# Comma delimited name:ver pairs in the all packages manifest.