mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d4ddffc3f7
commit
9b930a38b1
@ -272,7 +272,6 @@ cd "./${ARCHIVE_ROOT}"
|
||||
|
||||
# make low-res previews...
|
||||
if [ -z $SKIP_PREVIEWS ] || [ $LOW_RES_PREVIEWS ] ; then
|
||||
#find . -path '*hi-res (RAW)/*.jpg' -exec bash -c 'makepreview "$SIZE" "{}"' \;
|
||||
find . -path '*hi-res (RAW)/*.jpg' -print0 \
|
||||
| xargs -0 -n 1 -P $THREADS -I {} bash -c 'makepreview "$SIZE" "{}"'
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user