Merge pull request #1 from grindfuzz/correct_name_of_rotated_tgz_files

Correct name of rotated tgz files
This commit is contained in:
Burris Grindfuzz 2020-06-11 09:00:43 +00:00 committed by GitHub
commit 96d9cc807e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
{ {
su tpot tpot su tpot tpot
copytruncate copytruncate
create 770 tpot tpot create 660 tpot tpot
daily daily
missingok missingok
notifempty notifempty
@ -51,9 +51,10 @@
{ {
su tpot tpot su tpot tpot
copytruncate copytruncate
create 770 tpot tpot create 660 tpot tpot
daily daily
missingok missingok
notifempty notifempty
rotate 30 rotate 30
addextension .tgz
} }