From: Steven Baltakatei Sandoval Date: Sun, 28 Jun 2020 22:38:00 +0000 (+0000) Subject: fix(bkgpslog):Remove error in how output dir is specified X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/62ced44390854d2da0a4de5bb125d5acd042b644 fix(bkgpslog):Remove error in how output dir is specified --- diff --git a/exec/bkgpslog b/exec/bkgpslog index 0cb7f0b..d9297a6 100755 --- a/exec/bkgpslog +++ b/exec/bkgpslog @@ -10,7 +10,6 @@ SCRIPT_HOSTNAME=$(hostname) # Save hostname of system running this script. SCRIPT_VERSION="bkgpslog 0.0.1" # Define version of script. SCRIPT_TIME_SHORT="$(date +%Y%m%dT%H%M%S%z)" # Save current date & time in ISO-8601 format. SCRIPT_DATE_SHORT="$(date +%Y%m%d)" # Save current date in ISO-8601 format. -DIROUT="$1" # Define output directory. declare -Ag appRollCall # Associative array for storing app status declare -Ag fileRollCall # Associative array for storing file status