From 8c87ca2bf2c1c3fe3ce8cc93ccd349134475f179 Mon Sep 17 00:00:00 2001 From: cschantz Date: Tue, 11 Nov 2025 18:17:37 -0500 Subject: [PATCH] Simplify auto cleanup - just remove everything --- tools/erase-toolkit-traces.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/erase-toolkit-traces.sh b/tools/erase-toolkit-traces.sh index 69a7bb9..63f8283 100755 --- a/tools/erase-toolkit-traces.sh +++ b/tools/erase-toolkit-traces.sh @@ -166,7 +166,9 @@ if [ "$TRACE_ERASER_AUTO" = "yes" ]; then cd /root 2>/dev/null rm -rf "$SCRIPT_DIR" 2>/dev/null clear + echo "" echo -e "${GREEN}✓ All traces removed${NC}" + echo "" else # Manual mode: ask user echo ""