diff --git a/hash-files b/hash-files index 2c53051..d52dea7 100755 --- a/hash-files +++ b/hash-files @@ -52,6 +52,7 @@ printf 'File: %s\nHash: %s\nMDLS Properties:\t%s\n' $1 $2 $3 } cleanup () { + rm $temp_csv_file write_log "Cleanup completed successfully." }