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 1044cae + 6eaf813 commit 0f18488Copy full SHA for 0f18488
CHANGELOG.md
@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
22
23
- Revert #1943 and rework it to fix possible errors occuring on v-rebuild-cron-jobs.
24
- Fixed #1956 to prevent reset of defined webmail client.
25
+- Explicitly disable cron reports #1978
26
27
## [1.4.4] - Service release
28
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