update ddospot folders

This commit is contained in:
t3chn0m4g3 2023-04-30 22:51:03 +02:00
parent 918a408357
commit e7963dbdaa

View file

@ -117,7 +117,7 @@ fuCOWRIE () {
# Let's create a function to clean up and prepare ddospot data
fuDDOSPOT () {
if [ "$myPERSISTENCE" != "on" ]; then rm -rf /data/ddospot/log; fi
mkdir -p /data/ddospot/log
mkdir -p /data/ddospot/bl /data/ddospot/db /data/ddospot/log
chmod 770 /data/ddospot -R
chown tpot:tpot /data/ddospot -R
}