SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 07726a29 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct cronjobs: cron blind for . so invoke python instead

parent 69be3fea
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
cd /home/scipost/webapps/scipost/scipost_v1 cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate source venv/bin/activate
./manage.py remind_fellows_to_submit_report python3 manage.py remind_fellows_to_submit_report
...@@ -6,4 +6,4 @@ cd /home/scipost/webapps/scipost/scipost_v1 ...@@ -6,4 +6,4 @@ cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate source venv/bin/activate
# Mails waiting in the database # Mails waiting in the database
./manage.py send_mails python3 manage.py send_mails
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
cd /home/scipost/webapps/scipost/scipost_v1 cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate source venv/bin/activate
./manage.py email_fellows_tasklist python3 manage.py email_fellows_tasklist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment