Add images.csv support

This commit is contained in:
Ryan
2023-08-25 13:34:27 -04:00
parent d301e53f12
commit 4651747d9d
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ done
echo Download complete at `date`
find $WEBROOT/images -type f | perl -pe 's/^\/var\/www//' | sort > $WEBROOT/images.txt
/opt/app/makelist.pl > $WEBROOT/images.csv
echo Done at `date`
echo