On branch master

Changes to be committed:
modified:   hash-files
	Source .rnv file after default variable values are set to allow
		user override
introduce-mdls
Mike Holloway 2 years ago
parent 60c400231b
commit 8797006c5a
  1. 6
      hash-files

@ -1,11 +1,11 @@
#!/usr/bin/env bash
log_file=/var/log/hash-files.log
DateTimeStamp=$(date +\%D_\%T)
set -a
source .env 2>&1 > /dev/null
set +a
DateTimeStamp=$(date +\%D_\%T)
log_file=/var/log/hash-files.log
## Functions
############

Loading…
Cancel
Save