Whoops, wrong brackets; changed '{}' to '()'

This commit is contained in:
Mike Holloway 2022-03-26 15:20:10 -04:00
parent fc2dae9e56
commit e6e16d19cd

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
log_file=/var/log/hash-files.log
keys_of_interest={"kMDItemFSCreationDate" "kMDItemFSName"}
keys_of_interest=("kMDItemFSCreationDate" "kMDItemFSName")
md5_bin=$(which md5sum)
mktemp_bin=$(which mktemp)
DateTimeStamp=$(date +\%D_\%T)