From 34d8520ac36b8294cd10746b23c795a92aa9cd19 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 9 May 2011 12:20:42 -0300 Subject: Redirect typo --- files/logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/logrotate') diff --git a/files/logrotate b/files/logrotate index 48bc68f..6339827 100644 --- a/files/logrotate +++ b/files/logrotate @@ -133,6 +133,6 @@ postrotate # TODO: remove stderr redirect after this issue is solved: # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625488 - /usr/sbin/invoke-rc.d syslog-ng reload >/dev/null 2&>1 + /usr/sbin/invoke-rc.d syslog-ng reload > /dev/null 2>&1 endscript } -- cgit v1.2.3