Fix logrotate config

This commit is contained in:
thorsten.spille 2024-03-11 22:46:12 +01:00
parent 99405ff827
commit 022b4298fd
2 changed files with 6 additions and 2 deletions

View File

@ -12,5 +12,9 @@ fi
chown root:root /usr/bin/bashclub-zsync
chmod 755 /usr/bin/bashclub-zsync
chown root:root /etc/logrotate.d/bashclub_zsync
chmod 644 /etc/logrotate.d/bashclub_zsync
if [ -f /etc/logrotate.d/bashclub_zsync ]; then
rm -f /etc/logrotate.d/bashclub_zsync
fi
chown root:root /etc/logrotate.d/bashclub-zsync
chmod 644 /etc/logrotate.d/bashclub-zsync