On branch cleanup-function

Changes to be committed:
modified:   hash-files
	Add cleanup step for removing temp csv file
cleanup-function
Mike Holloway 2 years ago
parent b069d30fa9
commit cd281ef461
  1. 1
      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."
}

Loading…
Cancel
Save