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:
parent
60c400231b
commit
8797006c5a
@ -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…
Reference in New Issue
Block a user