We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb0f85d + d1b62ad commit 6eaf813Copy full SHA for 6eaf813
CHANGELOG.md
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
15
16
- Revert #1943 and rework it to fix possible errors occuring on v-rebuild-cron-jobs.
17
- Fixed #1956 to prevent reset of defined webmail client.
18
+- Explicitly disable cron reports #1978
19
20
## [1.4.4] - Service release
21
func/main.sh
@@ -622,6 +622,8 @@ sync_cron_jobs() {
622
if [ "$CRON_REPORTS" = 'yes' ]; then
623
echo "MAILTO=$CONTACT" > $crontab
624
echo 'CONTENT_TYPE="text/plain; charset=utf-8"' >> $crontab
625
+ else
626
+ echo 'MAILTO=""' > $crontab
627
fi
628
629
while read line; do
0 commit comments