mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix logrotate config, fix version
This commit is contained in:
4
docker/tpotinit/dist/bin/clean.sh
vendored
4
docker/tpotinit/dist/bin/clean.sh
vendored
@ -20,8 +20,8 @@ echo $(ls $myFOLDER | wc -l)
|
||||
|
||||
# Let's create a function to rotate and compress logs
|
||||
fuLOGROTATE () {
|
||||
local mySTATUS="/data/tpot/etc/logrotate/status"
|
||||
local myCONF="/data/tpot/etc/logrotate/logrotate.conf"
|
||||
local mySTATUS="/opt/tpot/etc/logrotate/status"
|
||||
local myCONF="/opt/tpot/etc/logrotate/logrotate.conf"
|
||||
local myADBHONEYTGZ="/data/adbhoney/downloads.tgz"
|
||||
local myADBHONEYDL="/data/adbhoney/downloads/"
|
||||
local myCOWRIETTYLOGS="/data/cowrie/log/tty/"
|
||||
|
Reference in New Issue
Block a user