1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-12 11:08:31 +00:00

Enhanced protection

This commit is contained in:
Tw93
2025-12-05 20:09:15 +08:00
parent dec6cb6e59
commit 5b178b62a1
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ clean_ds_store_tree() {
if [[ $file_count -ge 500 ]]; then
break
fi
done < <("${find_cmd[@]}" 2> /dev/null)
done < <("${find_cmd[@]}" 2> /dev/null || true)
if [[ "$spinner_active" == "true" ]]; then
stop_inline_spinner