add fatt to nextgen

This commit is contained in:
t3chn0m4g3
2019-06-01 17:47:14 +00:00
parent d3239b78c4
commit 4e902b6560
6 changed files with 33 additions and 9 deletions

View File

@ -129,6 +129,14 @@ fuELK () {
chown tpot:tpot /data/elk -R
}
# Let's create a function to clean up and prepare fatt data
fuFATT () {
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/fatt/*; fi
mkdir -p /data/fatt/log
chmod 770 -R /data/fatt
chown tpot:tpot -R /data/fatt
}
# Let's create a function to clean up and prepare glastopf data
fuGLASTOPF () {
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/glastopf/*; fi
@ -262,6 +270,7 @@ if [ "$myPERSISTENCE" = "on" ];
fuDIONAEA
fuELASTICPOT
fuELK
fuFATT
fuGLASTOPF
fuGLUTTON
fuHERALDING