From ee33a8680d7460bd16397851cbeb9d41041ab9b5 Mon Sep 17 00:00:00 2001 From: Obsidian <123307773+LightZirconite@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:00:21 +0100 Subject: [PATCH] Update crontab.template --- src/crontab.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crontab.template b/src/crontab.template index 6466377..7a47af5 100644 --- a/src/crontab.template +++ b/src/crontab.template @@ -1,2 +1,2 @@ # Run automation according to CRON_SCHEDULE; redirect both stdout & stderr to Docker logs -${CRON_SCHEDULE} TZ=${TZ} /bin/bash /usr/src/microsoft-rewards-script/src/run_daily.sh >> /proc/1/fd/1 2>&1 \ No newline at end of file +${CRON_SCHEDULE} TZ=${TZ} /bin/bash /usr/src/microsoft-rewards-bot/src/run_daily.sh >> /proc/1/fd/1 2>&1