test(bklog):Uncomment cleanup line since script functional
[EVA-2020-02.git] / exec / bklog
index ecc4e85c9f92d6c4fa007571adfc27a9292bb3e3..54e2f7e4e64822e0c45251e6e7d01cff4ae39b6e 100644 (file)
@@ -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().";