fix: Find more possible file formats
This commit is contained in:
parent
c76d6a80cc
commit
4b7b1d0ea7
1 changed files with 1 additions and 1 deletions
2
friendica-remove-old-photos-parallel.sh
Executable file → Normal file
2
friendica-remove-old-photos-parallel.sh
Executable file → Normal file
|
@ -54,7 +54,7 @@ while read -r x; do
|
|||
while read -r y; do
|
||||
m=$((m + 1))
|
||||
loop "${x}" "${m}" "${n}" "${d}" "${y}" #&
|
||||
done < <(find "${x}" -type f -iname "*-48*")
|
||||
done < <(find "${x}" -type f \( -iname "*-48*" -or -iname "*-80*" -or -iname "*-320*" \) )
|
||||
fi
|
||||
if [[ "${intense_optimizations}" -eq 1 ]]; then
|
||||
printf "\rFolder %d\tDone " "${n}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue