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.
1 parent 4bc53a1 commit f1c46e9Copy full SHA for f1c46e9
func/main.sh
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env bash
2
# Internal variables
3
HOMEDIR='/home'
4
BACKUP='/backup'
@@ -448,6 +449,7 @@ sync_cron_jobs() {
448
449
rm -f $crontab
450
if [ "$CRON_REPORTS" = 'yes' ]; then
451
echo "MAILTO=$CONTACT" > $crontab
452
+ echo 'CONTENT_TYPE="text/plain; charset=utf-8"' >> $crontab
453
fi
454
while read line; do
455
eval $line
0 commit comments