5 lines
377 B
Text
5 lines
377 B
Text
# Beispiel-Cron (taeglich um 03:15 Uhr) fuer Vortag-Download
|
|
# Vorher sicherstellen: Session existiert in ./state/storage_state.json
|
|
# Optional: ENV-Datei laden, z. B. per source /home/heynst/amazon_invoice_downloader/.env
|
|
|
|
15 3 * * * cd /home/heynst/amazon_invoice_downloader && ./startDownload.sh yesterday >> /home/heynst/amazon_invoice_downloader/download-cron.log 2>&1
|