From 9d54a9687d51c86c31afe28ce731ca169d3a486d Mon Sep 17 00:00:00 2001 From: Guilherme Bufolo Date: Tue, 1 Oct 2024 21:55:01 +0200 Subject: [PATCH] Fix path is script in crontab --- docker/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/crontab b/docker/crontab index 23aeaea..5e20cc2 100644 --- a/docker/crontab +++ b/docker/crontab @@ -1,6 +1,6 @@ 0 21 * * 0 /usr/local/bin/python3 /app/src/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/secrets.json /app/cfg/check_next_7_days.json > /proc/1/fd/1 2>&1 15 11 * * * /usr/local/bin/python3 /app/src/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/secrets.json /app/cfg/check_next_2_days.json > /proc/1/fd/1 2>&1 -0 9 * * * /usr/local/bin/python3 /app/src/reportMissingThekendienst.py /app/cfg/base_config.json app/cfg/secrets.json /app/cfg/last_minute_warning.json > /proc/1/fd/1 2>&1 +0 9 * * * /usr/local/bin/python3 /app/src/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/secrets.json /app/cfg/last_minute_warning.json > /proc/1/fd/1 2>&1 # Runs every minute to test # * * * * * echo "Hello" > /proc/1/fd/1 2>&1