From bbb6a8e4325b67a7cb5806acf191e96abdb7c2b3 Mon Sep 17 00:00:00 2001 From: LightZirconite Date: Mon, 10 Nov 2025 22:03:09 +0100 Subject: [PATCH] Added a blank line to crontab.template to improve readability --- src/crontab.template | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crontab.template b/src/crontab.template index 7a47af5..5fcd77a 100644 --- a/src/crontab.template +++ b/src/crontab.template @@ -1,2 +1,3 @@ # Run automation according to CRON_SCHEDULE; redirect both stdout & stderr to Docker logs ${CRON_SCHEDULE} TZ=${TZ} /bin/bash /usr/src/microsoft-rewards-bot/src/run_daily.sh >> /proc/1/fd/1 2>&1 +