mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-26 18:24:45 +00:00
Merge pull request #1 from grindfuzz/correct_name_of_rotated_tgz_files
Correct name of rotated tgz files
This commit is contained in:
commit
96d9cc807e
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue