Simplify auto cleanup - just remove everything

This commit is contained in:
cschantz
2025-11-11 18:17:37 -05:00
parent cfd70486b2
commit 8c87ca2bf2
+2
View File
@@ -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 ""