From 986aada28f5184fa9de2074c84e1a7543231c968 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 18:26:02 -0400 Subject: [PATCH] Passing arguments to write_per_file --- hash-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-files b/hash-files index 17ea9cf..a9398ac 100755 --- a/hash-files +++ b/hash-files @@ -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 () {