Skip to content

Commit

Permalink
bee-check: Fix missing directory output
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Sep 28, 2015
1 parent 96c2a23 commit c441521
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bee-check.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ function do_check() {
file=${file%%//*}

if [ ! -e "${file}" ] && [ ! -h "${file}" ]; then
if [ "${type}" = "directory" ] ; then
md5="${type}"
fi
echo " [missing] <${md5}> ${file}"
continue
fi
Expand Down

0 comments on commit c441521

Please sign in to comment.