fix: pick variant wrong labels

This commit is contained in:
v4n
2025-09-16 15:39:28 +03:00
parent 53d9f8a093
commit 9627ee199f
-1
View File
@@ -930,7 +930,6 @@ function mod_install() {
for dir in "${all_dirs[@]}"; do for dir in "${all_dirs[@]}"; do
if find "$dir" -maxdepth 1 -type f -name "*.patch_*" -print -quit | grep -q .; then if find "$dir" -maxdepth 1 -type f -name "*.patch_*" -print -quit | grep -q .; then
filtered_dirs+=("$dir") filtered_dirs+=("$dir")
log INFO "Filtered dir: $dir"
fi fi
done done