Added a blank line to crontab.template to improve readability

This commit is contained in:
2025-11-10 22:03:09 +01:00
parent ee33a8680d
commit bbb6a8e432

View File

@@ -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