Redirected errors to /dev/null from mysql reporting module.
This commit is contained in:
parent
1437fc994a
commit
cdd02bfee7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/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
|
tmpwatch 720 /var/log/mysql-report
|
||||||
|
|
Loading…
Add table
Reference in a new issue