From e7963dbdaa2dec1331723eb162af2ee886ba92d1 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Sun, 30 Apr 2023 22:51:03 +0200 Subject: [PATCH] update ddospot folders --- bin/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clean.sh b/bin/clean.sh index b5c71668..c9e6cb44 100755 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -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 }