Add fix for Hashtag in URLs
This commit is contained in:
parent
926895f664
commit
a72626b10a
|
|
@ -18,7 +18,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
echo Download complete at `date`
|
echo Download complete at `date`
|
||||||
find $WEBROOT/images -type f | perl -pe 's/^\/var\/www//' | sort > $WEBROOT/images.txt
|
find $WEBROOT/images -type f | perl -pe 's/#/\%23/g' | perl -pe 's/^\/var\/www//' | sort > $WEBROOT/images.txt
|
||||||
/opt/app/makelist.pl > $WEBROOT/images.csv
|
/opt/app/makelist.pl > $WEBROOT/images.csv
|
||||||
echo Done at `date`
|
echo Done at `date`
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue