Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Holloway cd281ef461 On branch cleanup-function 3 years ago
  1. 1
      hash-files

@ -52,6 +52,7 @@ printf 'File: %s\nHash: %s\nMDLS Properties:\t%s\n' $1 $2 $3
} }
cleanup () { cleanup () {
rm $temp_csv_file
write_log "Cleanup completed successfully." write_log "Cleanup completed successfully."
} }

Loading…
Cancel
Save