diff --git a/etc/crontab b/etc/crontab index 27e8b5c..9ef5ba4 100644 --- a/etc/crontab +++ b/etc/crontab @@ -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