From 67c37615fa322446f837fdd4ad4510cb8fe77130 Mon Sep 17 00:00:00 2001 From: Björn Mattsson Date: Mon, 23 May 2022 15:38:12 +0200 Subject: Added script to remove old URLs --- scripts/weekly-routines-metadata.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/weekly-routines-metadata.sh') diff --git a/scripts/weekly-routines-metadata.sh b/scripts/weekly-routines-metadata.sh index a1027b31..e6178165 100755 --- a/scripts/weekly-routines-metadata.sh +++ b/scripts/weekly-routines-metadata.sh @@ -3,3 +3,6 @@ # Store statistics docker exec swamid-metadata-sp php /var/www/scripts/saveWeekStats.php + +#Remove old URLs +docker exec swamid-metadata-sp php /var/www/scripts/checkOldURLs.php -- cgit v1.2.3