On branch master

Changes to be committed:
modified:   hash-files
	Source .rnv file after default variable values are set to allow
		user override
This commit is contained in:
Mike Holloway 2022-03-04 01:27:44 -05:00
parent 60c400231b
commit 8797006c5a

View File

@ -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
############