Skip to content
Snippets Groups Projects
Commit 38b9ac2d authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

remove results.bak if it exists

parent 2a151cf6
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
set -e
rm -fr results.bak || true
mv results results.bak || true
rm -fr blob* || true
rm *-contact.json || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment