whoops wrong bracket type.

This commit is contained in:
Mike Holloway 2022-03-26 19:03:12 -04:00
parent 2f5be070c8
commit 16a6db49d9

View File

@ -85,6 +85,6 @@ for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
echo "$file,$hash,$mdls_properties"
# write_per_file $file $hash $mdls_properties
done
) >> $temp_csv_file
} >> $temp_csv_file
cat $temp_csv_file
unset IFS