diff --git a/cronjob b/cronjob index 54e436e..f9aded8 100644 --- a/cronjob +++ b/cronjob @@ -1,2 +1,2 @@ -*/30 * * * * python /code/stude/manage.py clean_old_entries +*/30 * * * * sudo python /code/stude/manage.py clean_old_entries # An empty line is required at the end of this file for a valid cron file.