diff options
Diffstat (limited to 'metadata/scripts/weekly-routines-metadata.sh')
-rwxr-xr-x | metadata/scripts/weekly-routines-metadata.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/metadata/scripts/weekly-routines-metadata.sh b/metadata/scripts/weekly-routines-metadata.sh index c7f6dafd..66c99828 100755 --- a/metadata/scripts/weekly-routines-metadata.sh +++ b/metadata/scripts/weekly-routines-metadata.sh @@ -6,11 +6,17 @@ if [ `/usr/bin/hostname -f` == 'metadata.swamid.se' ] ;then # Send out reminders only from metadata.swamid.se + echo + echo "Sending reminders" docker exec swamid-metadata-sp php /var/www/scripts/sendMailReminders.php fi # Clean up database +echo +echo "Remove old entities" docker exec swamid-metadata-sp php /var/www/scripts/cleanupDatabase.php #Remove old URLs +echo +echo "Checking URL:s" docker exec swamid-metadata-sp php /var/www/scripts/checkOldURLs.php |