summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/proof1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/proof b/tools/proof
index 7c5a16f2..c41745b6 100755
--- a/tools/proof
+++ b/tools/proof
@@ -26,6 +26,7 @@ if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then
else
echo "Ledger proof build succeeded"
echo $VERSION > ~/Products/last-proofed
+ mv ~/Desktop/proof.log /tmp
fi
exit 0