diff options
Diffstat (limited to 'files/logrotate')
-rw-r--r-- | files/logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/logrotate b/files/logrotate index 73cc252..7c71488 100644 --- a/files/logrotate +++ b/files/logrotate @@ -8,7 +8,7 @@ create 640 root adm sharedscripts postrotate - /etc/init.d/apache2 reload > /dev/null + /etc/init.d/apache2 reload &> /dev/null endscript prerotate if [ -d /etc/logrotate.d/httpd-prerotate ]; then \ |