Fix crontab syntax

This commit is contained in:
vas3k
2022-03-29 14:29:24 +02:00
parent 17b783dc97
commit 6a23f18a5b

View File

@@ -1,2 +1,2 @@
0 * * * * cd /home/vas3k/infomate.club/scripts && python3 update.py >/proc/1/fd/1 2>/proc/1/fd/2
0 4 * * * cd /home/vas3k/infomate.club/scripts && python3 cleanup.py >/proc/1/fd/1 2>/proc/1/fd/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