#!/bin/bash

# Fix permissions for logrotate
chmod -f 0644 /etc/logrotate.d/* /etc/logrotate.conf
