Fix manifest output on restore.
This commit is contained in:
parent
f5249e37b0
commit
843a78dbf3
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ for cache_filepath in ${cache_filepaths}; do
|
|||
echo "- "$(basename ${cache_filepath})""
|
||||
done
|
||||
|
||||
echo "Reading from manifest..."
|
||||
for logline in $(cat "${cache_dir}/manifest.log" | tr ',' '\n' ); do
|
||||
echo "Reading from main requested packages manifest..."
|
||||
for logline in $(cat "${cache_dir}/manifest_main.log" | tr ',' '\n' ); do
|
||||
echo "- $(echo "${logline}" | tr ':' ' ')"
|
||||
done
|
||||
echo "done."
|
||||
|
|
Loading…
Reference in a new issue