diff --git a/.gitignore b/.gitignore index 5f4de9b..2bff354 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ sql/fix-conflict.log # Debug debug* +log/* # LSP .vscode diff --git a/crontab b/crontab index 79611b4..31fe420 100644 --- a/crontab +++ b/crontab @@ -16,7 +16,7 @@ WN=/home/anon/src/vern.cc/gg/WeatherNews.jl # fix the schedule if necessary 20 minutes into each show # m h dom mon dow command - 20 13,16,19,22,01,04 * * * cd $WN && julia --project -O0 --compile=min bin/wndb-fix-conflict.jl >> sql/fix-conflict.log 2>&1 + 20 13,16,19,22,01,04 * * * cd $WN && julia --project -O0 --compile=min bin/wndb-fix-conflict.jl >> log/fix-conflict.log 2>&1 # record video id hourly; extra ones are for redundancy in case first failed # m h dom mon dow command