From 8797006c5a4c4890b2ffa271b3343e6df54348dd Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 4 Mar 2022 01:27:44 -0500 Subject: [PATCH] On branch master Changes to be committed: modified: hash-files Source .rnv file after default variable values are set to allow user override --- hash-files | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hash-files b/hash-files index 808f660..6a4e39c 100755 --- a/hash-files +++ b/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 ############