There is no need to create a new log file, it has not been deleted.

This commit is contained in:
Marcus Whybrow 2012-05-19 21:08:34 +01:00
parent da7e589f49
commit 244617bfe9

View File

@ -483,9 +483,6 @@ log_roll() {
echo "Failed to rotate logs to $path.gz"
fi
# Make sure to create a new log file, to avoid possible confusion
as_user "touch $SERVER_LOG"
echo "Done."
}