fix: Sync missing changes

This commit is contained in:
Carlos Solís 2025-06-24 13:44:43 -06:00
parent 862b36c1ae
commit 39fde37423
13 changed files with 1 additions and 1 deletions

0
LICENSE Executable file → Normal file
View file

0
copy.sh Executable file → Normal file
View file

0
friendica-clean-database.sh Executable file → Normal file
View file

0
friendica-compress-storage.sh Executable file → Normal file
View file

0
friendica-delete-non-follower-featured-posts.sh Executable file → Normal file
View file

0
friendica-delete-specific-contact.sh Executable file → Normal file
View file

0
friendica-find-largest-accounts.sh Executable file → Normal file
View file

0
friendica-find-missing-servers.sh Executable file → Normal file
View file

0
friendica-fix-avatar-permissions.sh Executable file → Normal file
View file

0
friendica-remove-invalid-photos.sh Executable file → Normal file
View file

View 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*" -or -iname "*-80*" -or -iname "*-320*" \) )
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}"

0
friendica-workerqueue.sh Executable file → Normal file
View file

0
media-optimize-local.sh Executable file → Normal file
View file