From 62ced44390854d2da0a4de5bb125d5acd042b644 Mon Sep 17 00:00:00 2001
From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Sun, 28 Jun 2020 22:38:00 +0000
Subject: [PATCH] fix(bkgpslog):Remove error in how output dir is specified

---
 exec/bkgpslog | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.30.2