From 7ce2010f5c738f11945efb2ec6c7573b5ca9a78f Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Tue, 14 Jul 2020 17:20:42 +0000 Subject: [PATCH] debug(bklog):Debugging duration code --- exec/bklog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec/bklog b/exec/bklog index 2cadbc5..819af4b 100644 --- a/exec/bklog +++ b/exec/bklog @@ -11,7 +11,7 @@ dirTmpDefault="/dev/shm"; # Default parent of working directory # Script Metadata scriptName="bklog"; # Define basename of script file. -scriptVersion="0.1.28"; # Define version of script. +scriptVersion="0.1.28-test1"; # Define version of script. scriptURL="https://gitlab.com/baltakatei/ninfacyzga-01"; # Define wesite hosting this script. scriptTimeStart="$(date +%Y%m%dT%H%M%S.%N)"; # YYYYmmddTHHMMSS.NNNNNNNNN scriptHostname=$(hostname); # Save hostname of system running this script. @@ -1437,7 +1437,7 @@ main() { buffer+=("$line"); done; # Mark time for buffer - timeBufferEndEpoch="$timeBufferStartEpoch"; + timeBufferEndEpoch="$timeBufferStartEpoch" && vbm "DEBUG :$fn:timeBufferEndEpoch"; timeBufferStartEpoch="$(date +%s)" && vbm "DEBUG :$fn:timeBufferStartEpoch"; # Create dir_tmp if missing if ! [[ -d "$dir_tmp" ]]; then -- 2.30.2