Fix crontab: add user

This commit is contained in:
vas3k 2022-03-29 19:05:04 +02:00
parent 6a23f18a5b
commit 32b2b2bf03
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
0 * * * * python3 /app/scripts/update.py >/proc/1/fd/1 2>/proc/1/fd/2
0 4 * * * python3 /app/scripts/cleanup.py >/proc/1/fd/1 2>/proc/1/fd/2
0 * * * * root python3 /app/scripts/update.py >/proc/1/fd/1 2>/proc/1/fd/2
0 4 * * * root python3 /app/scripts/cleanup.py >/proc/1/fd/1 2>/proc/1/fd/2