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