revert sudo in cronjob

This commit is contained in:
Keannu Bernasol 2023-10-30 22:41:46 +08:00
parent 5d07861c38
commit 0429d7cd25

View file

@ -1,2 +1,2 @@
*/30 * * * * sudo python /code/stude/manage.py clean_old_entries
*/30 * * * * python /code/stude/manage.py clean_old_entries
# An empty line is required at the end of this file for a valid cron file.