diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/weekly-routines-metadata.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |