diff --git a/app/update_rsr_images b/app/update_rsr_images index 9ec5cab..4572fec 100755 --- a/app/update_rsr_images +++ b/app/update_rsr_images @@ -16,4 +16,4 @@ do done -find $WEBROOT/images | perl -pe 's/^\/var\/www//' | sort > $WEBROOT/images.txt \ No newline at end of file +find $WEBROOT/images -type f | perl -pe 's/^\/var\/www//' | sort > $WEBROOT/images.txt