From 1ed22a222dbd1a206baf1bdc43799ae497154de2 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 20 Mar 2019 20:13:42 +0100
Subject: [PATCH] Add sunday cron

---
 cronjob_production_sundays.sh | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 cronjob_production_sundays.sh

diff --git a/cronjob_production_sundays.sh b/cronjob_production_sundays.sh
new file mode 100644
index 000000000..0abd50f7f
--- /dev/null
+++ b/cronjob_production_sundays.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# Weekly cronjobs for production area
+# Weekend jobs
+
+cd /home/scipost/webapps/scipost/scipost_v1
+source venv/bin/activate
+
+python3 manage.py update_citedby
-- 
GitLab