mirror of
http://gitlab.bashclub.org/bashclub/zsync.git
synced 2024-11-27 05:33:08 +01:00
Fix logrotate config
This commit is contained in:
parent
99405ff827
commit
022b4298fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user