Delete the temp files created by gravity

This commit is contained in:
Mcat12 2017-04-18 20:35:06 -04:00 committed by GitHub
parent c3c554f4d6
commit 5e308dbd51
1 changed files with 5 additions and 1 deletions

View File

@ -167,7 +167,11 @@ gravity_transport() {
# Process result
gravity_patternCheck "${patternBuffer}" ${success} "${err}"
# Delete temp file if it hasn't been moved
if [[ -f "${patternBuffer}" ]]; then
rm "${patternBuffer}"
fi
}
# spinup - main gravity function