changed default option for mail to stdout, so by default is not sending emails
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user