manga-dlp/docker/rootfs/etc/cron.d/01_mangadlp
Ivan Schaller 781b25c2e8
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
fix docker container
2022-05-29 19:11:38 +02:00

10 lines
308 B
Text

SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# default crontab to run manga-dlp once a day
# and get all (new) chapters of the mangas in
# the file mangas.txt
# "/proc/1/fd/1 2>&1" is to show the logs in the container
0 12 * * * root /app/schedule > /proc/1/fd/1 2>&1