logrotate: Suppress output from update-stats.
[matthijs/servers/drsnuggles.git] / etc / logrotate.d / data-www
index 931551b8f013617ca2f8c6b1e63ae90541d9b5fe..26063d4b844460124d74cdb3ea71147da16c599d 100644 (file)
@@ -20,7 +20,7 @@
                # but we'd have to look in pidfiles etc.)
                invoke-rc.d lighttpd reload > /dev/null;
                # Do stats analysis on the rotated files
-               /usr/local/bin/update-stats --after-logrotate; #> /dev/null;
+               /usr/local/bin/update-stats --after-logrotate; > /dev/null;
        endscript
 }