Skip to content

Commit

Permalink
bee-cache: Use beeindexstr
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Oct 24, 2023
1 parent 7a1ec27 commit 766f24e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bee-cache.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ function print_missing_files() {
}

function tmp_merge_install_inventory_files() {
${BEEFLOCK} --shared ${BEECACHE_INVENTORY} sort -m -u -r -k8 -k1 \
${BEECACHE_INVENTORY} "${@}"
${BEEFLOCK} --shared ${BEECACHE_INVENTORY} ${BEE_LIBEXECDIR}/bee/beeindextr ${BEECACHE_INVENTORY} "${@}" | sort -u -r -k8 -k1
}

function tmpinstall_to_filenames() {
Expand Down

0 comments on commit 766f24e

Please sign in to comment.