Whoops, wrong brackets; changed '{}' to '()'
This commit is contained in:
parent
fc2dae9e56
commit
e6e16d19cd
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
log_file=/var/log/hash-files.log
|
log_file=/var/log/hash-files.log
|
||||||
keys_of_interest={"kMDItemFSCreationDate" "kMDItemFSName"}
|
keys_of_interest=("kMDItemFSCreationDate" "kMDItemFSName")
|
||||||
md5_bin=$(which md5sum)
|
md5_bin=$(which md5sum)
|
||||||
mktemp_bin=$(which mktemp)
|
mktemp_bin=$(which mktemp)
|
||||||
DateTimeStamp=$(date +\%D_\%T)
|
DateTimeStamp=$(date +\%D_\%T)
|
||||||
|
Loading…
Reference in New Issue
Block a user