From d39fc2327cd6554b05c137dad16b1fc05a292529 Mon Sep 17 00:00:00 2001 From: danipatko Date: Sun, 8 Feb 2026 15:41:09 +0100 Subject: [PATCH] . --- process.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.sh b/process.sh index 2996e0a..969ecf3 100644 --- a/process.sh +++ b/process.sh @@ -41,7 +41,7 @@ find "$SOURCE_ROOT" -type f \( -name "*.zip" -o -name "*.7z" -o -name "*.rar" \) -delete echo "After filtering:" - tree "$temp_dir/$car_name" + tree "$temp_dir" cp -r "$temp_dir/$car_name" "$TARGET_ROOT"