From 43910f2b1c494a0c54835a80e222ab01ed7d8952 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 25 Jun 2023 13:50:38 +0000 Subject: [PATCH] Update to update rsr script --- app/update_rsr_images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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