mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-04-05 09:31:33 +08:00
revert sudo in cronjob
This commit is contained in:
parent
5d07861c38
commit
0429d7cd25
1 changed files with 1 additions and 1 deletions
2
cronjob
2
cronjob
|
@ -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.
|
# An empty line is required at the end of this file for a valid cron file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue