File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 77* Add Dockerfile to build and run the application in a container
88* Add bash script to build docker image
99
10+ ### Changed
11+
12+ * Change value of cron in config example
13+
1014## [ 1.7.0] - 2024-11-24
1115
1216### Added
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ description="Scan of One Piece generated by scan2epub"
6262start_at =0
6363format =true
6464create_dir_per_file =true
65- cron =" * * * * * "
65+ cron =" 30 15 * * 0,3 " # Every Sunday and Wednesday at 15:30
6666cron_chap =1132
6767```
6868
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ description="Scan of One Piece generated by scan2epub"
3232start_at=0
3333format=true
3434create_dir_per_file=true
35- cron="* * * * * "
35+ cron="30 15 * * 0,3 "
3636cron_chap=1132`
3737)
3838
You can’t perform that action at this time.
0 commit comments