feat(unitproc):Add checkTar. Makes sure a tar exists
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 2 Jul 2020 17:53:03 +0000 (17:53 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Thu, 2 Jul 2020 17:53:03 +0000 (17:53 +0000)
commitceadf84262ed4c048b17ae167f5ea9ed96d4d875
tree65b59afd6a7705eda95c9fd916bf445ce5737bf3
parent0f8ac166c15a51a2422eb2d2f34af8f7e82442fc
feat(unitproc):Add checkTar. Makes sure a tar exists

Added checkTar() Bash function template. It checks to see if file arg1 is a
valid tar archive. If file exists but `tar` doesn't recognize it as
valid, then rename it with a nonce and create an empty tar in its place.
unitproc/bktemp-checkTar [new file with mode: 0644]