From a72626b10a90c17459df495e49fb53b382a64e2c Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 17 Oct 2023 13:32:33 +0000 Subject: [PATCH] Add fix for Hashtag in URLs --- 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 0dae1c5..fd57072 100755 --- a/app/update_rsr_images +++ b/app/update_rsr_images @@ -18,7 +18,7 @@ do done 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 echo Done at `date` echo