From f5249e37b07a3284b58eb02d06988df145ed30be Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Thu, 30 Jun 2022 06:29:47 -0700 Subject: [PATCH] Update caching log lines. --- install_and_cache_pkgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_and_cache_pkgs.sh b/install_and_cache_pkgs.sh index 1b49407..e6533a1 100755 --- a/install_and_cache_pkgs.sh +++ b/install_and_cache_pkgs.sh @@ -55,7 +55,7 @@ for package in ${normalized_packages}; do if test ! -f "${cache_filepath}"; then read cache_package_name cache_package_ver < <(get_package_name_ver "${cache_package}") - echo -n " Caching ${cache_package_name} to ${cache_filepath}..." + echo -n " * Caching ${cache_package_name} to ${cache_filepath}..." # Pipe all package files (no folders) to Tar. dpkg -L "${cache_package_name}" | while IFS= read -r f; do