changed default option for mail to stdout, so by default is not sending emails
This commit is contained in:
parent
6091b87f96
commit
5578012f8a
@ -45,7 +45,7 @@ BACKUPDIR="/backups"
|
||||
# - files : send log file and sql files as attachments (see docs)
|
||||
# - stdout : will simply output the log to the screen if run manually.
|
||||
# - quiet : Only send logs if an error occurs to the MAILADDR.
|
||||
MAILCONTENT="quiet"
|
||||
MAILCONTENT="stdout"
|
||||
|
||||
# Set the maximum allowed email size in k. (4000 = approx 5MB email [see docs])
|
||||
MAXATTSIZE="4000"
|
||||
|
Loading…
Reference in New Issue
Block a user