Skip to content

Commit 0ab2bf2

Browse files
committed
Change cronjob to absolute path
1 parent fa3bed8 commit 0ab2bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cronjob

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Run expire applications job at 6 minutes past the hour, every 2 hours
2-
6 */2 * * * root /usr/local/bin/python manage.py expire_applications
2+
6 */2 * * * root /usr/local/bin/python /code/manage.py expire_applications
33
# Run expire reimbursements job at 6 minutes past the hour, every 2 hours
4-
36 */2 * * * root /usr/local/bin/python manage.py expire_reimbursements
4+
36 */2 * * * root /usr/local/bin/python /code/manage.py expire_reimbursements

0 commit comments

Comments
 (0)