Guest User!

You are not Sophos Staff.

/usr/local/bin/log-rotate.sh

this script find and compress old logfiles.
is is not nesserary to compress files with a filesize of 0. please change line
>if [ -e $L ] ;then
to
>if [ -s $L ] ;then


have a nice day