From d1326fd9137d8edf0379762a06cdb813c67b54cb Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sun, 29 Oct 2017 09:13:34 +0100 Subject: [PATCH] Update production crobjob for beautiful WF --- cronjob_production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjob_production.sh b/cronjob_production.sh index 844269c99..645a7b10b 100644 --- a/cronjob_production.sh +++ b/cronjob_production.sh @@ -3,4 +3,4 @@ cd /home/jscaux/webapps/scipost/SciPost_v1/ export DJANGO_SETTINGS_MODULE='SciPost_v1.settings.production' -python3.5 manage.py remind_fellows_to_submit_report +/usr/local/bin/python3.5 manage.py remind_fellows_to_submit_report -- GitLab