From bbc000791715f073e4d63d45a0e8d61a26104b88 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 18:22:02 -0400 Subject: [PATCH] Whoops, empty function. --- hash-files | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hash-files b/hash-files index 82c3e92..14be7bb 100755 --- a/hash-files +++ b/hash-files @@ -43,12 +43,12 @@ mdls_per_file () { } -write_per_file () { -#echo "=== Write data to a .csv file. === -#====================================" -# cat $temp_csv_file -# write_log "$temp_csv_file written successfully." -} +#write_per_file () { +##echo "=== Write data to a .csv file. === +##====================================" +## cat $temp_csv_file +## write_log "$temp_csv_file written successfully." +#} cleanup () { write_log "Cleanup completed successfully."