fix(bkgpslog):Remove error in how output dir is specified
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sun, 28 Jun 2020 22:38:00 +0000 (22:38 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sun, 28 Jun 2020 22:38:00 +0000 (22:38 +0000)
exec/bkgpslog

index 0cb7f0b1998de9328c0cc207592f2493653144ba..d9297a6d2e0869e8bf7614ab4561d63d4aa0fb92 100755 (executable)
@@ -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