Redirected errors to /dev/null from mysql reporting module.

This commit is contained in:
Timo Mkinen 2009-10-23 10:12:47 +03:00
parent 1437fc994a
commit cdd02bfee7

View file

@ -1,4 +1,4 @@
#!/bin/sh
mysqlreport > /var/log/mysql-report/`date +%Y-%m-%d`
mysqlreport > /var/log/mysql-report/`date +%Y-%m-%d` 2> /dev/null
tmpwatch 720 /var/log/mysql-report