remove glastopf

This commit is contained in:
t3chn0m4g3
2019-06-03 20:04:50 +00:00
parent bbf226aeda
commit 8b03fb8f28
5 changed files with 1 additions and 14 deletions

View File

@ -137,14 +137,6 @@ fuFATT () {
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
mkdir -p /data/glastopf/db /data/glastopf/log
chmod 770 /data/glastopf -R
chown tpot:tpot /data/glastopf -R
}
# Let's create a function to clean up and prepare glastopf data
fuGLUTTON () {
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/glutton/*; fi
@ -271,7 +263,6 @@ if [ "$myPERSISTENCE" = "on" ];
fuELASTICPOT
fuELK
fuFATT
fuGLASTOPF
fuGLUTTON
fuHERALDING
fuHONEYPY