mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
several more fixes to the process-archive.sh script...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
69b03a7d67
commit
398bc19df9
@ -212,14 +212,14 @@ if ! [ -z $COMMON_PREVIEWS ] ; then
|
||||
if ! [ -e "./$COMMON_PREVIEWS" ] ; then
|
||||
mkdir -p "./$COMMON_PREVIEWS"
|
||||
fi
|
||||
find . -type d -name 'preview (RAW)' -exec mv "./\{}" "./$COMMON_PREVIEWS" \;
|
||||
find . -type d -name 'preview (RAW)' -exec mv "{}" "./$COMMON_PREVIEWS" \;
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# build cache...
|
||||
if [ -z $SKIP_CACHE ] ; then
|
||||
find . -type d -name 'preview (RAW)' -exec buildcache "./\{}" \;
|
||||
find . -type d -name 'preview (RAW)' -exec buildcache "{}" \;
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user