X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/blobdiff_plain/7177fe18e5da47f1e75840a2fac3eeb85b0c5395..a4bea612e8805f26ba599e36397219eb00140261:/exec/bklog?ds=sidebyside diff --git a/exec/bklog b/exec/bklog index ecc4e85..54e2f7e 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.21-debug"; # Define version of script. +scriptVersion="0.1.22"; # 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. @@ -1280,8 +1280,7 @@ magicProcessWriteBuffer() { # Remove secured chunks from dir_tmp for path in "${pathouts[@]}"; do - # rm "$path" && vbm "STATUS:$fn:Removed:$path"; - : + rm "$path" && vbm "STATUS:$fn:Removed:$path"; done; vbm "STATUS:$fn:Finished magicProcessWriteBuffer().";