Whoops, do-nothing function called.

parse-mdls
Mike Holloway 3 years ago
parent e012a9b50f
commit 7d671bccc0
  1. 2
      hash-files

@ -107,7 +107,7 @@ hash_files
if [ ${#list_of_files[@]} != ${#list_of_hashes[@]} ];then
echo "Error! Number of files and hashes differs. Exiting..." && exit
else
create_csv
: #create_csv
fi
#write_data

Loading…
Cancel
Save