Adding echo in main to print rather than call.. whoops
This commit is contained in:
parent
320d899e95
commit
f52295c6ee
@ -81,7 +81,7 @@ done
|
||||
## Loop through files, writing to csv
|
||||
for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
|
||||
hash=$($md5_bin $file | awk '{ print $4 }')
|
||||
$(mdls_per_file $file)
|
||||
echo $(mdls_per_file $file)
|
||||
# echo "============= CSV Row =========="
|
||||
#echo "$file,$hash,$mdls_properties"
|
||||
# write_per_file $file $hash $mdls_properties
|
||||
|
Loading…
Reference in New Issue
Block a user