Passing arguments to write_per_file

This commit is contained in:
Mike Holloway 2022-03-26 18:26:02 -04:00
parent 30d39a1060
commit 986aada28f

View File

@ -48,7 +48,7 @@ write_per_file () {
#===================================="
# cat $temp_csv_file
# write_log "$temp_csv_file written successfully."
echo "File write happens!"
printf 'File: %s\nHash: %s\nMDLS Properties:\t%s\n' $1 $2 $3
}
cleanup () {