From be15374f50ad7ba8287b61a9bfa08e90a2cada4a Mon Sep 17 00:00:00 2001 From: Mark Feit Date: Sat, 3 Jul 2021 08:08:18 -0400 Subject: [PATCH] Don't write a log --- bin/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/restore b/bin/restore index a9a1d0b..1d474a7 100755 --- a/bin/restore +++ b/bin/restore @@ -181,7 +181,7 @@ echo "Restoring to ${DEST}" -stats \ -storage "${STORAGE}" \ "$@" \ -) | tee "${DEST}/RESTORE-LOG" +) # Clean up any leftovers