From: Steven Baltakatei Sandoval Date: Thu, 2 Jul 2020 20:52:09 +0000 (+0000) Subject: chore(bkgpslog):bump to version 0.2.1 from 0.2.0 X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/f5def0c431bb325b47d1a3b8dd062115d8977eb8 chore(bkgpslog):bump to version 0.2.1 from 0.2.0 --- diff --git a/exec/bkgpslog b/exec/bkgpslog index 562e529..9289064 100755 --- a/exec/bkgpslog +++ b/exec/bkgpslog @@ -14,7 +14,7 @@ DIR_TMP_DEFAULT="/dev/shm"; # Default parent of working directory SCRIPT_TIME_START=$(date +%Y%m%dT%H%M%S.%N); PATH="$HOME/.local/bin:$PATH"; # Add "$(systemd-path user-binaries)" path in case apps saved there SCRIPT_HOSTNAME=$(hostname); # Save hostname of system running this script. -SCRIPT_VERSION="bkgpslog 0.2.0"; # Define version of script. +SCRIPT_VERSION="bkgpslog 0.2.1"; # Define version of script. SCRIPT_NAME="$(basename "$0")"; # Define basename of script file. declare -Ag appRollCall # Associative array for storing app status