Update to update rsr script
This commit is contained in:
parent
194457e662
commit
43910f2b1c
|
|
@ -16,4 +16,4 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
find $WEBROOT/images | perl -pe 's/^\/var\/www//' | sort > $WEBROOT/images.txt
|
find $WEBROOT/images -type f | perl -pe 's/^\/var\/www//' | sort > $WEBROOT/images.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue