fix: Sync missing changes
This commit is contained in:
parent
862b36c1ae
commit
39fde37423
13 changed files with 1 additions and 1 deletions
0
LICENSE
Executable file → Normal file
0
LICENSE
Executable file → Normal file
0
copy.sh
Executable file → Normal file
0
copy.sh
Executable file → Normal file
0
friendica-clean-database.sh
Executable file → Normal file
0
friendica-clean-database.sh
Executable file → Normal file
0
friendica-compress-storage.sh
Executable file → Normal file
0
friendica-compress-storage.sh
Executable file → Normal file
0
friendica-delete-non-follower-featured-posts.sh
Executable file → Normal file
0
friendica-delete-non-follower-featured-posts.sh
Executable file → Normal file
0
friendica-delete-specific-contact.sh
Executable file → Normal file
0
friendica-delete-specific-contact.sh
Executable file → Normal file
0
friendica-find-largest-accounts.sh
Executable file → Normal file
0
friendica-find-largest-accounts.sh
Executable file → Normal file
0
friendica-find-missing-servers.sh
Executable file → Normal file
0
friendica-find-missing-servers.sh
Executable file → Normal file
0
friendica-fix-avatar-permissions.sh
Executable file → Normal file
0
friendica-fix-avatar-permissions.sh
Executable file → Normal file
0
friendica-remove-invalid-photos.sh
Executable file → Normal file
0
friendica-remove-invalid-photos.sh
Executable file → Normal file
|
@ -54,7 +54,7 @@ while read -r x; do
|
||||||
while read -r y; do
|
while read -r y; do
|
||||||
m=$((m + 1))
|
m=$((m + 1))
|
||||||
loop "${x}" "${m}" "${n}" "${d}" "${y}" #&
|
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
|
fi
|
||||||
if [[ "${intense_optimizations}" -eq 1 ]]; then
|
if [[ "${intense_optimizations}" -eq 1 ]]; then
|
||||||
printf "\rFolder %d\tDone " "${n}"
|
printf "\rFolder %d\tDone " "${n}"
|
||||||
|
|
0
friendica-workerqueue.sh
Executable file → Normal file
0
friendica-workerqueue.sh
Executable file → Normal file
0
media-optimize-local.sh
Executable file → Normal file
0
media-optimize-local.sh
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue